ID:186319
 
Does anyone know anything that can make creating HTML tables with alot of information in them easier and quicker? Typing them out is a pain.
In response to Xx Dark Wizard xX
Xx Dark Wizard xX wrote:
http://www.w3schools.com/html/html_tables.asp


I asked if there was a quicker way of doing them, not how to create them.
With a WYSIWYG editor.

Are you using them for a site layout? If so, use Divs and CSS
In response to Smoko
No, not for a layout. Just for general tables.
In response to Obergruppenfuhrer
The best way to create tables is by hand. There are so many things to figure in, like should widths and heights be based on % or pixels? There are probably billions of other possible combinations of just the table layout. They are not that hard to code. Even when I am using editors to create sites, I code my tables by hand because they do not make them the way I want them.