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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -