Smasher9876 Posted December 16, 2003 Posted December 16, 2003 How do i change the backround Ive tried "<body bgcolor="#000099">" that command and it doesnt work also ive tried an image and it wont show up http://www.xuberinc.com is the link if you need it
moonstone Posted December 16, 2003 Posted December 16, 2003 Change it in the stylesheet.css file. Look for the following lines around lines 18 - 22, BODY { background: #ffffff; color: #000000; margin: 0px; } Change to: BODY { background-image: url(images/background.gif); color: #000000; margin: 0px; } That should do it! Let me know if this helps...
Smasher9876 Posted December 16, 2003 Author Posted December 16, 2003 Hmm nope... im trying to change it to a dark blue color and instead of the FFFFFF i tried the 000000 cause i know the black code and that doesnt work
Smasher9876 Posted December 16, 2003 Author Posted December 16, 2003 Alright i got it... for some reason in my stylesheet file theres 2 Body options
moonstone Posted December 16, 2003 Posted December 16, 2003 In that case, change it to: BODY { background: #000099; color: #000000; margin: 0px; }
peteschulte Posted December 22, 2007 Posted December 22, 2007 In that case, change it to: BODY { background: #000099; color: #000000; margin: 0px; } thank you Patrick Moonsttone for making my life so easy on this Saturday before Christmas. Happy Holidays to you! Pete Schulte
Recommended Posts
Archived
This topic is now archived and is closed to further replies.