On Sun, 07 Mar 2010 11:51:12 +0100, Vadkan Jozsef wrote:

> http://img52.imageshack.us/img52/7735/tablehow.png
> 
> i just can't write this table in html code.. :\
> 
> how can i make it?

***
<table width="50%" border="1">
<tr>
<td colspan="2" width="50%">cell1</td>
<td colspan="2" width="50%">cell2</td>
</tr>
<tr>
<td width="33%">cell3</td>
<td colspan="2" width="33%">cell4</td>
<td width="33%">cell5</td>
</tr>
</table>
***

CSS no included ;-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.03.07.11.50...@gmail.com

Reply via email to