Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Stretch the left column all the way to the length of the page


mystifier_uk

Recommended Posts

Posted

You need to start the column in Header.php and complete it in Footer.php in your catalog/includes folder. Use open ended tags, for example in header, and then </td></tr></table> in footer, to sync with whatever you are doing.

 

The table will then stretch all the way down the page.

 

Alternatively, you can mess about with the layout of all the main pages individually linking in with column_left.php in the boxes file.

 

It works on a template system, just imagine you're playing with lego.

Posted
You need to start the column in Header.php and complete it in Footer.php in your catalog/includes folder. Use open ended tags, for example in header, and then </td></tr></table> in footer, to sync with whatever you are doing.

 

The table will then stretch all the way down the page.

 

Alternatively, you can mess about with the layout of all the main pages individually linking in with column_left.php in the boxes file.

 

It works on a template system, just imagine you're playing with lego.

 

With css it's much easier. Just use classes for column_left and in the stylesheet you can change colors, height, width etc.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...