Zen Cart Logo

Removing

Locked

Views: 1,040

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
6 Mar 2007, 9:17 PM
#1
swortis avatar

swortis

New Zenner

Join Date:
Mar 2007
Location:
Cambridge, MA
Posts:
59
Plugin Contributions:
0

Removing

Are there any reasons why I should not remove the left and right columns from the main table, and turn them into divs?

6 Mar 2007, 9:38 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Removing

I have seen other people say they have successfully done this. Of course, it will make that much more work to merge upgraded files, but if the results are worth it for you, go for it.

Maybe someday the core code will be entirely div-based. I understand the major table was left to make it harder for newbies to break the layout.

6 Mar 2007, 9:45 PM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Removing

If you make a tpl_main_page.php and put it in your template override you can remove anything you want to. That is the beauty of the overrides :)

6 Mar 2007, 10:27 PM
#4
swortis avatar

swortis

New Zenner

Join Date:
Mar 2007
Location:
Cambridge, MA
Posts:
59
Plugin Contributions:
0

Re: Removing

Thanks guys! Very helpful!