Does anybody know how i can make a table in html?

  • Thread starter Thread starter elisa df
  • Start date Start date
E

elisa df

Guest
I know how to make it, the problem is i want one row to have equal columns and the next row to have one column larger than the other one and i just cant make it. Can u help me?
 
Try this table generator:

http://www.ahfb2000.com/tablemakertool2.php?sub=gen_form

You set up the options, and it exports the HTML for you.

You need to use the colspan tag to make rows wider.
 
Back
Top