-
triple layer background question
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!
-
-
Use <table width="100%" height="100%">.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks