chrissy0817
04-13-2004, 01:03 AM
Hi I would like to know how to add a colored border around my webpage?
|
View Full Version : help adding a border around the entire webpage chrissy0817 04-13-2004, 01:03 AM Hi I would like to know how to add a colored border around my webpage? pb&j 04-13-2004, 01:41 AM try something like this in the HEAD area of your coding... <style type="text/css"> body {border: 5px solid #ff0000;} </style> and change the values as you desire. |