Hi I am new to CSS and would like to know how can I add a large amount of tabular data to a CSS table automatically. Examples of CSS tables normally only show 2/3 lines of data which is easily added by hand. Many thanks.
Helvik476
BeeDeeDubbleU
5:12 pm on Jan 23, 2011 (gmt 0)
why not just use a standard table to hold the data? That is what they are supposed to be used for after all.
helvik476
12:00 pm on Jan 24, 2011 (gmt 0)
I'm not quite sure what a standard table is but that aside - my question is how to add say 50 rows by 6 columns of data into the table without having to type it all in. The data is held in a spreadsheet. Thank you
ChristeneMint
12:09 pm on Jan 24, 2011 (gmt 0)
Using CSS, you can style your table, but why don't you use the simple tables to save your spreadsheet data using HTML tags.