/* Change the BODY tag to impact the colors/fonts for the entire page. */
BODY {
color: white;
background-color: #718bbc;
margin-right: 0px;
margin-left: 0px;
I want to set a tile image for the page backround, like I have at my forums here http://www.chatarea.com/LegendsoftheChosen
Can someone tell me the code, to do so.
PS.I have the image uploaded to a websurver.
ID:134959
![]() Jun 16 2005, 2:09 pm (Edited on Jun 16 2005, 2:14 pm)
|
|
![]() Jun 16 2005, 4:32 pm
|
|
background: #718bbc url("Your Image URL")
|