Jump to content

Centurion_13

WFG Retired
  • Posts

    1.326
  • Joined

  • Last visited

Posts posted by Centurion_13

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <title>Column</title>
    <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
    </head>
    <body>


    <table cellpadding="0" cellspacing="0">
    <tr>
    <td width="55" background="top.png" height="25">
     
    </td>
    </tr>


    <tr>
    <td width="55" background="Middle.png" height="XXXX">

     

    </td>
    </tr>




    <tr>
    <td width="55" background="bottom.png" height="25">
     
    </td>
    </tr>
    </table>

    </body>
    </html>

    there it works perfect. look at the pic. just change XXX to whatever you want it to be. I had 100

    EDIT: sorry it wont let me upload the pics. apparently it doesnt alloww jpegs pfft.

    I just tested it in both IE and FF, it works fine on both there problem solved.

  2. there you go, I say something like this:


    <td width="55" valign="top">
    <table width="100%" height="100%" cellspacing="0" cellpadding="0">

    <tr background="Column%20Top2.jpg">
    <td>
     
    </td>
    </tr>

    <tr background="Column Center2.jpg">
    <td>
     
    </td>
    </tr>

    <tr background="Column%20Bottom.jpg">
    <td>
     
    </td>
    </tr>

    </table>

    </td>

×
×
  • Create New...