Results 1 to 2 of 2

Thread: triple layer background question

  1. #1
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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!

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Use <table width="100%" height="100%">.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •