Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding Image to Best Seller Box

Adding Image to Best Seller Box

Locked

Views: 1,433

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Dec 2010, 11:07 AM
#1
printwithdesign avatar

printwithdesign

New Zenner

Join Date:
Aug 2009
Posts:
17
Plugin Contributions:
0

Adding Image to Best Seller Box

I hate tried the editable side box mod, and when enabled it, cuts my template off. I am interested how I can add in the "Best sellers" side box an image

<BR> <BR> <http://smokefree4life.com/images/freeshipping.gif>

this is the site

http://smokefree4life.com/index.php?main_page=featured_products

15 Dec 2010, 8:27 PM
#2
printwithdesign avatar

printwithdesign

New Zenner

Join Date:
Aug 2009
Posts:
17
Plugin Contributions:
0

Re: Adding Image to Best Seller Box

Any advanced PHP coders out there. I tried using the html src code and it breaks the site.

I wish the editable-sidebox works, it breaks my site when the sidebox is enabled.

15 Dec 2010, 8:54 PM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Adding Image to Best Seller Box

The editable sidebox works when installed and used correctly.

For the bestsellers box, add to the bottom of your stylesheet```
#bestsellersContent {
padding-bottom: 180px;
background: url(../images/freeshipping.gif) no-repeat bottom center;
}


Tested and works with the absolute URL, as I can't insert the file to use the recommended relative URL.
15 Dec 2010, 9:08 PM
#4
printwithdesign avatar

printwithdesign

New Zenner

Join Date:
Aug 2009
Posts:
17
Plugin Contributions:
0

Re: Adding Image to Best Seller Box

This worked perfect. Thank you gjh42
This fit perfectly and was well written.