View Single Post
12-28-2006, 07:24 PM
#5
chaka42 is offline chaka42
Status: Senior Member
Join date: Apr 2005
Location: Middle America
Expertise:
Software:
 
Posts: 955
iTrader: 5 / 100%
 

chaka42 is an unknown quantity at this point

Send a message via AIM to chaka42 Send a message via MSN to chaka42 Send a message via Skype™ to chaka42

  Old

All good suggestions, but, if it's supposed to be the background for the page, why is it in the container and not in the body. Example:
Code:
body {
	background:#AB0C0C url('images/pagebg.gif') center repeat-y;
	padding:0px;
	margin:0px;
	font-family:Verdana;
	color:#444444;
	font-size:9pt;
Note: You can combine multiple variables with the single 'background' element.