Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[SOLVED] html table validation troubles
Can anyone see what I am doing wrong in the code below? For the life of me I cannot validate it as xhtml 1 strict.
<table border="1">
<tbody>
<tr>
<td rowspan="2">23 November 2012</td>
<td>11am – 5.30pm</td>
<td>title 1</td>
<td>venue 1</td>
</tr>
<tr>
<td>8pm – 10pm</td>
<td>title 2</td>
<td>venue 2</td>
</tr>
<td rowspan="2">24 November 2012</td>
<td>11am – 5.30pm</td>
<td>title 3</td>
<td>venue 3/td>
</tr>
<tr>
<td>8pm</td>
<td>title 4</td>
<td>venue 4</td>
</tr>
<td rowspan="2">25 November 2012</td>
<td>11am – 5.30pm</td>
<td>title 5</td>
<td>venue 5</td>
</tr>
<tr>
<td>8pm – 10pm</td>
<td>title 6</td>
<td>venue 6</td>
</tr>
</tbody>
</table>
Found it!
Last edited by colak (2012-10-27 10:55:39)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline