ID:186319
![]() Jul 21 2005, 7:09 pm (Edited on Jul 22 2005, 1:25 pm)
|
|
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.
|
![]() Jul 22 2005, 3:00 am
|
|
http://www.w3schools.com/html/html_tables.asp
|
Xx Dark Wizard xX wrote:
http://www.w3schools.com/html/html_tables.aspI 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 |
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.
|