Note: You must be registered in order to post a reply.
T O P I C R E V I E W
dsg1969
Posted - 25 Jun 2005 : 18:16:29 How do you build tables? Build or insert from spreadsheet?
I am trying to do an ecommerce site and would like to have multiple listings. Probably hundreds. What is the easiest way to do this?
1 L A T E S T R E P L I E S (Newest First)
s.dav
Posted - 27 Jun 2005 : 09:20:10 Dynamic HTML Editor cannot directly manage tables; These are created automatically by placing and aligning objects positioned in relative mode. You can use the layer tool and the label tool to create tables.
But probably your site will take data from a database; In my site I've added an HTML object with a piece of server code into so I can create tables using HTML directly.