The only one I can’t figure is line 11.
For some reason if I remove it the background wallpaper disappears.
Any ideas?
This is the code.
html
{
}
And after that is
body
{
font:80% "Trebuchet MS";
padding:0;
margin: 0;
background:url('images/bgimage.gif') repeat;
}
I am stumped.
Then again I am new to all this!!