Thursday, April 21, 2005

Alex Blog: Tableless layout

I posted in from my e-mail client, why my html code shows up?

Let me enter my previous sample codes again.

<table>
<tbody><tr>
<td align="right">Name : </td>
<td>Alex</td>
</tr>
<tr>
<td align="right">Phone :</td>
<td>555 1234</td>
</tr>
</tbody>
</table>

1 comment:

Alex said...

Comment myself.

Talbeless layout is good for main page layout, like to position the banner area and the menu area.

For the data display, the table layout is still the best choice.