| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: May 2003
Posts: 2,123
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Quick CSS Question Okay, I have an internal CSS Stylesheet. I want to make it so that their is a 1 Pixel Black Border around the whole bodyof the page, but my existing CSS Code as follows wont do the trick ![]() BODY {border: 1px solid black} ANy help is appreciated.
__________________ Reichelt Solutions |
| |
| | #2 (permalink) |
| Sheriff Of Nothing Join Date: Apr 2004 Location: Florida
Posts: 220
![]() | Try using this: body { border: 1px solid #000; } I don't believe that black will work and without the ; it definetely won't work.
__________________ Lowter.com - Webmaster eZine and Community Interactive eZine, Articles, Blogs, and More Norics.com | Cascading Design | Blue Programming |
| |