Log in

View Full Version : triple layer background question



WinterAriel412
09-14-2005, 03:45 PM
I have a html code to use a triple layer background but when I tested it the the background did not go all the way to the top or the bottom of the page it is just in the middle. How can I make it fit the whole page?
This is the code that I have....
<html>
<body background="http://twistedxsnowxangel.tripod.com/faebg1.gif">
<br><br>
<center><table border=0 cellpadding=0 cellspacing=0 width=90%>
<tr>
<td background="http://twistedxsnowxangel.tripod.com/faebg2.gif">
<table border=0 width=100% cellspacing=20>
<tr>
<td background="http://twistedxsnowxangel.tripod.com/faebg3.gif">

WRITE THE REST OF YOUR PAGE HERE







</td>
</tr>
</table>
</td>
</tr>
</table></center>
<br><br>
</body>
</html>

I am new to this and I am so confused right now. Any help would be appreciated!

Twey
09-14-2005, 04:30 PM
Use <table width="100%" height="100%">.