• No matter how I tweak my code, I just can’t seem to get my tables to align at the bottom of the browser. I’ve set all my margins to 0px and tried <table height=”100%”> and <tr valign=”bottom”> together to no avail. I’ve created a test page to help you visualize my problem. http://ra-ku-en.digital-memoirs.net/blog/test.html.

    What could be the problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • tables suck, sorry thats not very helpful, but thats the way it is. Tables are intended for displaying tabular data, not for web design.

    Hello Fifaifo,
    I’ll take a closer look …. I’ll let you know

    But I need to see your table coding. all you are showing is a picture.
    … and that does not tell me any thing.

    Thread Starter fifaifo

    (@fifaifo)

    Hello Fifaifo,
    I’ll take a closer look …. I’ll let you know

    But I need to see your table coding. all you are showing is a picture.
    … and that does not tell me any thing.

    Opps. Here you go!

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=shift_jis” />
    <title>Untitled Document</title>
    <style type=”text/css”>
    <!–
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    –>
    </style></head>

    <body>
    <table width=”100″ height=”100%” border=”0″ cellpadding=”0″ cellspacing=”0″>
    <tr valign=”bottom”>
    <td align=”left”><img src=”images/23b-part3.png” width=”757″ height=”570″ align=”bottom” /></td>
    </tr>
    </table>
    </body>
    </html>

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tables Nightmare!’ is closed to new replies.