[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: this table in html how



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


Reply to: