Creating Tables in HTML?

Does anyone know how to create the tables in HTML like this? http://i227.photobucket.com/albums/dd304/bobbylphoto/table.jpg Thank you!

Public Comments

  1. This is a really easy way to create tables. I used this myself.
  2. a good tutorial tha tis very easy to follow canbe found at: www.draac.com
  3. You'll have to play with styling to get the size you want, but that is the layout you want. <table> <tr> <td>A</td> <td>B</td> <td rowspan="2">C</td> </tr> <tr> <td colspan="2">X</td> </tr> </table>
  4. Insert a table with 4 Column and two rows. use "merge cells" option to get desired shape
Powered by Yahoo! Answers