Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help mee.. plz i search full time.. plzz


dombshai

Recommended Posts

Posted

hello my name is shai and i search solution so...

 

in the first place.. i sorry on the English i dont speak good English

 

soooo my problem.. i havee to space between InfoBoxes on InfoBoxes

 

here.JPG

 

tnxx.. :thumbsup:

Posted

and with i here and the my pic here i want to ask.. how i reduce to font to theL "sample.."

 

Thanking you in anticipation...

shai

Posted
Thanking you in anticipation...

shai

 

Hi Shai,

 

Put this in your catalog/stylesheet.css :

 

TD.infoboxspacer {
padding-bottom:10px;}

 

Then open each box file and find the starting code which reads:

 

<tr>
<td>

 

This is an example of the code to look for. It's from the catalog/includes/boxes/shopping_cart.php infobox:

?>
<!-- shopping_cart //-->
	  <tr>
		<td>
<?php

 

Change the <td> to <td class="infoboxspacer">

 

That should give you a space in between your info boxes. You MUST do it for EACH box you want to have a space under.

 

 

Best,

Sheri

Posted

soory but i don't expert..

 

Then open each box file and find the starting code which reads:

 

CODE<tr>

<td>

 

which fils..? all to fils to /catalog/includes/boxes/?

 

 

and this This is an example of the code to look for. It's from the catalog/includes/boxes/shopping_cart.php infobox:

CODE?>

<!-- shopping_cart //-->

<tr>

<td>

<?php

 

Change the <td> to <td class="infoboxspacer">

 

 

whare i have to change the <td> to <td class="infoboxspacer"> i no see on the files "shopping_cart.php" <td>?

 

Thanking you in anticipation...

shai

Posted

soory but i don't expert..

 

Then open each box file and find the starting code which reads:

 

<tr>
<td>

 

which fils..? all to fils to /catalog/includes/boxes/?

and this This is an example of the code to look for. It's from the catalog/includes/boxes/shopping_cart.php infobox:

?>
<!-- shopping_cart //-->
	  <tr>
		<td>
<?php

 

Change the <td> to <td class="infoboxspacer">

 

whare i have to change the <td> to <td class="infoboxspacer"> i no see on the files "shopping_cart.php" <td>?

 

Thanking you in anticipation...

shai

Archived

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

×
×
  • Create New...