I know that Zen Cart is XHTML 1.0 compliant and has a "nearly table-less layout", but why are tables used?
Is it for cross-browser compatability, ease of use, or another reason?
As always, I'm curious!![]()
I know that Zen Cart is XHTML 1.0 compliant and has a "nearly table-less layout", but why are tables used?
Is it for cross-browser compatability, ease of use, or another reason?
As always, I'm curious!![]()
My Contributions: Zen Lightbox | Best Sellers Reloaded
Table can be good in some cases, especially for cross-browsers compatibility. As long as you don't use too many tables and too many nested tables then all is fine. Customers won't even care about that anyway.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
This question has been asked over and over - There is 1 layout table in tpl_main_page. It was used because there was not a stable, easy to use and modify three column CSS layout that worked in all major browsers.
All the other table used in the Catalog (the Admin is NOT in cluded in xhtml validation) are used for tabular data.
In v1.4 - the layout table in tpl_main_page is gone and the listings pages that use a tabular format will have the option of a pure CSS grid layout.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.