View Full Version : Page Border


mrmarkbishop
01-18-2003, 03:12 AM
I was wondering how you put a page border on a site? You know what I mean? Like about a 10 pixel wide, solid color, border. Can someone please help me out? Thanks

-Mark

pb&j
01-18-2003, 04:26 AM
Try using a bit of css.

<style type="text/css">
body {border: 10px solid #ff0000;}
</style>