Hi Guys,

More questions .... What is best practice for adding Table type content to a PAGE content type? Say you have a simple table showing peoples names in one column and peoples addresses in the column, so on. This table only appears on one static page. Would you hard code the table into the page using HTML OR CSS Positioning?

If ON THE OTHER HAND You had the same table on a PAGE and wanted to give site users access to update this table and add rows with new data, how best would you achieve this without involving site user html/css coding?

All the above keeping with the content separate from the design type ideal :) Is it possible?

A table type content page I will be adding to www.tidalsound.com/az is here in good old HTML:

www.tidalsound.com/azzurro/gigs_azz.htm

Cheers
Aidan

Comments

Kato’s picture

I would simply hard code the table in to the page content and use full html. That will display the table just fine for that page and won't be hard to update since you already know html.

If you wanted it to use a different css, it's not hard to code a specific style in to just that table.

http://nglofsalina.com