| Author |
The Second Row is Displayed as the Third Column in the First Row
|
Natalie Kopple
Ranch Hand
Joined: May 06, 2003
Posts: 320
|
|
I am creating a table with only two columns (see the code below). Each column has its own heading, which is displayed well. Below the heading, I created two rows for data entry. The second data row somehow is displayed as the third column in the first data row. I cannot figure out the problem and need help. Thank you.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56538
|
|
Step 1: Improve the HTML and make it much more readable (and therefore easier to see errors) by eliminating the repeated style attributes. Move the style definitions out to CSS rules.
Step 2: What's with the rowspan attributes?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: The Second Row is Displayed as the Third Column in the First Row
|
|
|