Quote:
|
Originally Posted by ssp
First of all, your code is wrong.
The bottom row spans over two columns so it should be like this.
Code:
<table width="500">
<tr>
<td>1</td>
<td>2</td>
</tr>
<tr>
<td colspan="2">3</td>
</tr>
</table>
Second... try picking up an HTML manual somewhere? Christ, you've been posting since 2002?!
|
ahaha. Maybe YOU should pick up an HTML manual. You should read fully before you leave assenine comments.
no. There is NO bottom row.
it was a Left colum with a right colum. The right colum was split into two rows.
I was trying to keep the code as clean as possible without doubling up on tables but using a second table was the only solution.
Does that me me HTMl illiterate?