View Full Version : CSS trouble...please help!


Orange Juice
07-01-2004, 01:09 AM
Hey - I just started using CSS so this might be a stupid question, but how can I add borders? I want my page to look like it is made with regular frames. Here's the URL:
http://veritestudios.sphosting.com/css.html

(obviously it's not done yet)

What I want to do is have a border bewteen the header, the right side, the middle, and the left. Can anyone help?

salomeyasobko
07-01-2004, 01:14 AM
add border: 1px solid #FFFFFF wherever you want the border..

you can change 1 with how wide [in pixels] you want the border to be, you can replace solid with double, dashed, etc. [however you want the border to look] and then replace FFFFFF with the color of the border. hope that helps! :)

Orange Juice
07-01-2004, 01:24 AM
That's perfect - thanks so much!!

salomeyasobko
07-01-2004, 01:31 AM
you're welcome :)