mystifier_uk Posted March 8, 2006 Posted March 8, 2006 How can I stretch the left column, so it stretches to the bottom of the length of the page?
Guest Posted March 13, 2006 Posted March 13, 2006 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.
Job Posted March 13, 2006 Posted March 13, 2006 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.
mystifier_uk Posted March 13, 2006 Author Posted March 13, 2006 Like in this site ? Yeah, like that! :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.