Page 1 of 1

Newbie question re: tables

Posted: Sun Aug 21, 2005 5:51 pm
by Unplugged
Greetings,
I've been developing graphic heavy webpages, and using tables to hold the graphic and content elements.

My question is, Does CMS Made Simple support tables?
If not, can CSS be used to hold all my sliced images together?  Are there any resources available detailing how I would take my current table layouts and make them in to CSS?

I'd really love to hear any thoughts or suggestions on this issue.
Cheers!

Re: Newbie question re: tables

Posted: Mon Aug 22, 2005 10:43 am
by Ted
We support HTML in general.  You can easily use tables in your template.  In fact, parts of the cmsmadesimple.org site do that.

Granted, we generally like to promote standards, xhtml, css and all that, but tables do work...

Just make sure you're doing that stuff in your template and not in your content so much.  The WYSIWYGs aren't going to give you the fine-grained control you'll need to do that sort of thing.

Re: Newbie question re: tables

Posted: Mon Aug 22, 2005 11:12 am
by TNTH
You can do a lot with css and divs. Please take a look at this topic: http://forum.cmsmadesimple.org/index.ph ... 169.0.html

Hope it works for you.