Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

infobox


seru

Recommended Posts

hello

 

wiki doc is great... I solved a lot of probs using the powerful tool..

 

but I couldnt figure out HOW TO MAKE ALL THE BOXES COMBINED.... I dont want them to be in seperate boxes... is this possible?...I want them to look in one .. not in seperate boxes..

 

one more thing, is it posible to make the boxes have their own graphic background?

 

thx ..

 

 

seru

Link to comment
Share on other sites

  • 1 month later...
hello

 

wiki doc is great... I solved a lot of probs using the powerful tool..

 

but I couldnt figure out HOW TO MAKE ALL THE BOXES COMBINED.... I dont want them to be in seperate boxes... is this possible?...I want them to look in one .. not in seperate boxes..

 

one more thing, is it posible to make the boxes have their own graphic background?

 

thx ..

 

 

seru

remove vertical spaces bewteen boxes left col

 

/catalog/index.php:

 

around line 75?

old:

<table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- left_navigation // -->

<?php require(DIR_WS_INCLUDES . 'column_left.php' ); ?>

<!-- left_navigation_eof // -->

 

new:

<table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">

<!-- left_navigation // -->

<?php require(DIR_WS_INCLUDES . 'column_left.php' ); ?>

<!-- left_navigation_eof // -->

 

you may need to change cellpadding to 0 in other places

"If you're working on something new, then you are necessarily an amateur."

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...