Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Any idea how I can do this


yesudo

Recommended Posts

Posted

I want to stretch the product description so that it also fills the area under the right column(see red cross below):

 

Image2.gif

 

Can it be done ?

 

Thanx.

Your online success is Paramount.

Posted

Did you use a different template or did you just modify everything with the style sheet and your own button images?

Posted

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.

Posted

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.

Archived

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

×
×
  • Create New...