What's Wrong With My Site Template?

Discussion in 'HTML & Website Design' started by lokielookies, May 4, 2008.

  1. #1
    As you can see on http://www.script-n-softwareworld.com/framebrander/,
    I can't get my template to display correctly, and I don't know how to fix it. :rolleyes:
    (There's a slight difference in the placing of the right background image)

    This is the code:

    <table width="900" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="188" colspan="3" background="images/top.jpg">&nbsp;</td>
      </tr>
      <tr>
        <td width="92" background="images/left.jpg">&nbsp;</td>
        <td width="715" valign="top" bgcolor="#FFFFFF" align="center"> <p>&nbsp;</p>
        <p>&nbsp;</p>
        <p>This is my text </p>
        <p>&nbsp;</p>
        <p>&nbsp;</p></td>
        <td width="93" background="images/right.jpg">&nbsp;</td>
      </tr>
      <tr>
        <td height="76" colspan="3" background="images/bottom.jpg">&nbsp;</td>
      </tr>
    </table>
    Code (markup):

    Can someone help me out?

    ;)
     
    lokielookies, May 4, 2008 IP
  2. digitalproducts

    digitalproducts Banned

    Messages:
    564
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Change the ''width'' size on this line to 94
    <td width="93" background="images/right.jpg">&nbsp;</td>
     
    digitalproducts, May 4, 2008 IP
  3. mut

    mut Banned

    Messages:
    502
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    just 1px fuck you :D hehe
     
    mut, May 4, 2008 IP
  4. lokielookies

    lokielookies Well-Known Member

    Messages:
    1,246
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    150
    #4
    Thanks for the tip ;)

    94px did the trick in IE, 95px would do the trick in Firefox. :rolleyes:

    Any idea on how to optimize it for both?
     
    lokielookies, May 5, 2008 IP