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.
try this <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> Regards Alex
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.
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> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> </table> Regards Alex
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.