Click to See Complete Forum and Search --> : HTML : Overlapping Borders in Table Cells


wrvishnu
07-17-2008, 10:43 PM
Hi

I am facing an issue , the table border are overlapping , also its not aligned properly . i am attaching the HTML code , Anyone got the solutions to fix this issue would be a great help

Fang
07-18-2008, 02:34 AM
Re-build the table.
Your table basically has rows of 11 cells, but you have rows of 1, 2, 8 cells.
Validate the html (http://validator.w3.org/) and css (http://jigsaw.w3.org/css-validator/)

wrvishnu
07-18-2008, 02:54 AM
Hi
I didnt understand this term "Your table basically has rows of 11 cells, but you have rows of 1, 2, 8 cells"

Centauri
07-18-2008, 03:48 AM
For instance, the first row <tr> has only two columns, the second row has only 9 columns, the third row has 9 columns with an extra </td>, and the next row only contains one column. The whole table structure is wrong.