HTML Table Not Displaying Properly in Firefox

Discussion in 'HTML & Website Design' started by Babaji M P, Aug 20, 2009.

  1. #1
    Hi,

    Html table is not displaying properly in firefox, but works good in IE.

    <table width="100%" cellpadding="10" cellspacing="10" border="0">
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    </table>

    All the three rows & columns are merged in FF. No spaces between the cells.
    But when viewed in IE, it's perfect.

    How to fix this ?

    wordpress 2.8.3
    url of the page (sorry for using a short url service): tinyurl.com/m2pdqr
    Pl scroll down the page where i have posted the table.
     
    Babaji M P, Aug 20, 2009 IP
  2. kmap

    kmap Well-Known Member

    Messages:
    2,215
    Likes Received:
    29
    Best Answers:
    2
    Trophy Points:
    135
    #2
    try this

    <table width="100%" cellpadding="10" cellspacing="10" border="0">
    <tr>
    <td>&nbsp; </td>
    <td>&nbsp; </td>
    <td> &nbsp;</td>
    </tr>
    <tr>
    <td> &nbsp;</td>
    <td>&nbsp; </td>
    <td> &nbsp;</td>
    </tr>
    </table>

    Regards

    Alex
     
    kmap, Aug 20, 2009 IP
  3. Babaji M P

    Babaji M P Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi Alex,

    I added the code as above and published it. It's still the same.

    Could you pl have a look in both FF & IE.

    Thanks.
     
    Babaji M P, Aug 20, 2009 IP
  4. kmap

    kmap Well-Known Member

    Messages:
    2,215
    Likes Received:
    29
    Best Answers:
    2
    Trophy Points:
    135
    #4
    i donot see any table like you posted on thread.

    do one thing make a blank page and this code to that page

    Please donot waste our time ,if the issue is resolved you should post it.If you posted link to get hits thats bad idea.

    Correct me if i am wrong
    try this and this works fine and same in both


    <table width="100%" cellpadding="10" cellspacing="10" border="1">
    <tr>
    <td>&nbsp; </td>
    <td>&nbsp; </td>
    <td> &nbsp;</td>
    </tr>
    <tr>
    <td> &nbsp;</td>
    <td>&nbsp; </td>
    <td> &nbsp;</td>
    </tr>
    </table>


    Regards

    Alex
     
    kmap, Aug 20, 2009 IP
  5. Babaji M P

    Babaji M P Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Your codes is working with a new page.

    I think it's a problem with the "page theme" i inserted to the page editor.

    View in FF:
    http://i299.photobucket.com/albums/mm301/seuluvme/viewFirefox.jpg

    View in IE:
    http://i299.photobucket.com/albums/mm301/seuluvme/viewInternetExplorer.jpg

    View in FF (border 1):
    http://i299.photobucket.com/albums/mm301/seuluvme/viewFirefox-Border-1.jpg

    Your code in FF (new page - working perfect):
    http://i299.photobucket.com/albums/mm301/seuluvme/viewFirefox-Perfect.jpg

    Thanks alex.
     
    Babaji M P, Aug 20, 2009 IP