gidday just looking for some answers please

nathanchilds

New Member
Ok first thing is first i would really like to know after making an awesome background using paint how do i get this to be an entire background for my webpage i im using a left hand navigation web page and have a little of my website done in css and the rest is applied straight to the index page with word doc would really like to know and also with my image i can get it to show up with mozzilla but it just shows up with a red x in I.E
thank you
 

Logan

New Member
In your css, add a background: transparent url('pathtobackground'); to your body class. Also, I'd recommend setting padding: 0 !important; and margin: 0 !important to your body class aswell.

As for the image, the only reason it'll show up with a red x in IE is because IE can't find the image. While the page is open in IE, check the source code to make sure it's image's src property is set right.
 
Top