Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

infobox full width of the colum


Mookie_Jam

Recommended Posts

Posted

I am trying to make my infobox to fill the full width of the columns they are allocated....

 

Any idea where I can find this configuration??

 

And where can I change the color of the column?

 

Thnks!!

Posted
I am trying to make my infobox to fill the full width of the columns they are allocated....

 

Any idea where I can find this configuration??

 

And where can I change the color of the column?

 

Thnks!!

 

the files that call the column left/right are all in catalog ... and each has a padding applied to clumn left/right. You need to edit all of them to remove it.

 

colors are all defined in stylesheet. View the source code of what you want to change to see the class used for fastest reference.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
the files that call the column left/right are all in catalog ... and each has a padding applied to clumn left/right. You need to edit all of them to remove it.

 

Guess I can't find the excact code... I only find references to " <?php echo BOX_WIDTH; ?>" or " <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> "

 

 

My idea is to make the infoboxes as wide as the colum width, and eliminate the heigh space between one to another... :wacko:

Posted
Guess I can't find the excact code... I only find references to " <?php echo BOX_WIDTH; ?>" or " <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> "

My idea is to make the infoboxes as wide as the colum width, and eliminate the heigh space between one to another... :wacko:

 

<!-- body //-->

<table border="0" width="100%" cellspacing="3" cellpadding="3">

<tr>

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><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 //-->

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted

YEa!!! It works!!

 

But it seems that there is something left in order to align de table with the header...

 

any clue? :unsure:

 

temp6fv.jpg

Posted
YEa!!! It works!!

 

But it seems that there is something left in order to align de table with the header...

 

any clue? :unsure:

 

temp6fv.jpg

 

<!-- body //-->
<table border="0" width="100%" cellspacing="3" cellpadding="3">
 <tr>

 

you will have to work on it though as if you just remove it it will look all squished ...

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

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

×
×
  • Create New...