I feel stupid but can't the table's borders right

Discussion in 'HTML & Website Design' started by kazike, Jun 18, 2006.

  1. #1
    Sorry guys, it was an image problem, please don't read it!!

    Hi guys, it's a bit embarrasing but I can't get the border on this table right, and I am not new to this! well, there are three rows, an image on the top, an image on the bottom and just empty on the center for now. There is line (1px) between the cells! I have set all borders to 0, and also the cellspacing and cellpadding. I just can't figure out how to eliminate this border! Any ideas will be much apreciated.

    Here's the code:

    <table width="745" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><div align="center"><img src="splashtop.gif" width="745" height="11" border="0" / ></div>
    </td>
    </tr>
    <tr bgcolor="#086bce">
    <td height="60"></td>
    </tr>
    <tr>
    <td><div align="center"><img src="splashbottom.gif" width="745" height="11" border="0" /></div>
    </td>
    </tr>
    </table>
     
    kazike, Jun 18, 2006 IP
  2. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #2
    <table width="745" border="555" cellspacing="0" cellpadding="0">
    <tr>
    <td><div align="center"><img src="splashtop.gif" width="745" height="11" border="0" / ></div>
    </td>
    </tr>
    <tr bgcolor="#086bce">
    <td height="60"></td>
    </tr>
    <tr>
    <td><div align="center"><img src="splashbottom.gif" width="745" height="11" border="0" /></div>
    </td>
    </tr>
    </table>
     
    ludwig, Jun 18, 2006 IP
  3. my44

    my44 Peon

    Messages:
    722
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #3
    LOL, was about to say the same thing. At first I was surprised too when seeing the "border".

    It wasn't a border, but indeed your "elongated" image splashtop.gif
     
    my44, Jun 20, 2006 IP