Forum Moderators: not2easy

Message Too Old, No Replies

Add spreadsheet data to CSS Table

         

helvik476

12:54 pm on Jan 23, 2011 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)

10+ Year Member



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)

10+ Year Member



Using CSS, you can style your table, but why don't you use the simple tables to save your spreadsheet data using HTML tags.

BeeDeeDubbleU

12:14 pm on Jan 24, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



[w3.org...]

helvik476

3:43 pm on Jan 24, 2011 (gmt 0)

10+ Year Member



Thank you all for your advice. I will now go away and study the reference given.