♥yesudo Posted April 17, 2004 Posted April 17, 2004 I want to stretch the product description so that it also fills the area under the right column(see red cross below): Can it be done ? Thanx. Your online success is Paramount.
rseigel Posted April 17, 2004 Posted April 17, 2004 Anything can be done but that would require and major restructuring of the tables. I doubt it would be worth it.
Guest Posted April 18, 2004 Posted April 18, 2004 Did you use a different template or did you just modify everything with the style sheet and your own button images?
stevel Posted April 18, 2004 Posted April 18, 2004 You have a right column which is preventing the text from flowing over. What you could do is take all the code that is in column_right.php and distribute it elsewhere in your page layout. You would then find the following code on each of your pages: <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> and remove it. Not an impossible task, but not trivial. Play with some different page designs to see what works. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description
♥yesudo Posted April 18, 2004 Author Posted April 18, 2004 Thanx - will give the suggestions a go. Dawn - Didn't use a template just done the styling myself and also with some help from another party. Were you wanting to know how to something in particular ? Your online success is Paramount.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.