Posted 12 years ago
·
Author
Having trouble making HTML Tables? Well, most people think tables are obsolete, but I think that they still have their uses, especially when displaying data.
Use a generator to create your table: http://www.quackit.com/html/html_table_generator.cfm
Then you can use this CSS generator to style your table: http://www.spectrum-research.com/V2/gen ... eframe.asp
Just remove the crap at the end of the code that it gives you:
Tip: Remember, you can combine cells by adding colspan and rowspan attributes to the tr tags.
Also, you can add a tittle to the table by nesting a th tag inside of the table.
Good reference pages on tables:
http://www.w3schools.com/html/html_tables.asp
http://www.w3schools.com/css/css_table.asp
http://designshack.net/articles/10-css-table-examples/
Tip: You can add rounded corners in all browsers with the following bit of CSS:
Use a generator to create your table: http://www.quackit.com/html/html_table_generator.cfm
Then you can use this CSS generator to style your table: http://www.spectrum-research.com/V2/gen ... eframe.asp
Just remove the crap at the end of the code that it gives you:
<p style="font-family:verdana,arial,sans-serif;font-size:10px;"><a href="http://www.quackit.com/html/html_table_tutorial.cfm" target="_top">HTML Tables</a></p>
Tip: Remember, you can combine cells by adding colspan and rowspan attributes to the tr tags.
Also, you can add a tittle to the table by nesting a th tag inside of the table.
Good reference pages on tables:
http://www.w3schools.com/html/html_tables.asp
http://www.w3schools.com/css/css_table.asp
http://designshack.net/articles/10-css-table-examples/
Tip: You can add rounded corners in all browsers with the following bit of CSS: