>Hello, I am new to CSS. We have CMS (Content Management System). It > uses a lot of HTML tables to lay out design. For example, navigation > menu on the right is placed into table cell. My boss told me to > redesign this site using CSS, removing HTML tables. Any ideas how do > I do it? Thank you in advance.
One problem, as Ingo pointed out, is the output of your CMS. Certain CMS programs output pretty awful code, and force you to use those tables you've been asked to get rid of. If the CMS your company has been using is one of those, you could end up pulling out all your hair and diving into that 50 gallon drum of Aspirin ~dl~ has mentioned . . . One CMS I've had good luck with is ModX, which allows totally compliant and accessible layouts. It also has an importer so you can transfer all content from another CMS into ModX. Then you'll just have to build the xhtml/css template to match your company's "look". <http://modxcms.com> I'd suggest starting with a modX template that is closest to what your company currently uses and customize from there. Once you have it up and running, this group can help you with css issues. ModX specific questions and templating questions will be better handled on the ModX forum. Good luck! bj ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
