View Single Post

  #2 (permalink)  
Old 06-06-2007, 10:17 AM
Redfly's Avatar
Redfly Redfly is offline
Dave Davis
 
Join Date: Sep 2006
Location: Dublin, Ireland
Posts: 1,063
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Redfly is a splendid one to beholdRedfly is a splendid one to beholdRedfly is a splendid one to beholdRedfly is a splendid one to beholdRedfly is a splendid one to beholdRedfly is a splendid one to beholdRedfly is a splendid one to behold
Send a message via AIM to Redfly Send a message via MSN to Redfly Send a message via Yahoo to Redfly Send a message via Skype™ to Redfly
Default

There are 2 ways to make joomla tableless. The first, harder one is to rewrite all the tables in the components to DIVs and position the DIVs with CSS. This could be very time consuming and advanced CSS skills are required. This is how we made phpzen.com

The second method is a lot easier, there is a package called accessible joomla, it uses DIVs for the content elements, only a few additional hacks needed to achieve a 100% tableless version.

In both cases a css layout based template should be used for getting a joomla 100% without tables
Reply With Quote