How can I do this sort of table in HTML? -


__________________________________________ |________________________________________| << cell uses 100% of row space |____________________|___________________| << each cell there use 50% of row 

how can html?

http://jsfiddle.net/m2mbs/

use rows

rowspan="x" 

and columns

colspan="x" 

with x being desired span of cells.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -