Zen Cart Logo
Forums / Addon Sideboxes / Blank Sidebox Module Doesn't show images

Blank Sidebox Module Doesn't show images

Locked

Views: 1,846

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
6 Mar 2009, 9:06 PM
#1
jfoster1980 avatar

jfoster1980

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Blank Sidebox Module Doesn't show images

Currently my website http://www.qcsweets.com has the Blank Sidebox Module installed on it looks like it working but the image im trying to put in there never shows up. Are there size restrictions for this module or what kind of code do I need? ANy help would be great!:frusty:

11 Mar 2009, 1:10 AM
#2
madkaw9 avatar

madkaw9

New Zenner

Join Date:
Feb 2009
Posts:
22
Plugin Contributions:
0

Re: Blank Sidebox Module Doesn't show images

I have the same issue. My alt text shows but no image

here is the html i'm using

<a href="http://www.thedoctorstv.com/main/show_page/90" target="_blank"><img src="images/tvshow.gif" width="140" height="147" /></a>

The image is there and the side box is 150 pix wide. Any suggestions would be great.

Thanks

13 Mar 2009, 3:36 PM
#3
jfoster1980 avatar

jfoster1980

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Blank Sidebox Module Doesn't show images

Gosh i'm kicking myself for this one. Make sure when you put the image into the box you include the directory its in too.

Example: /images/myimagename.jpg

I did that and it worked.

13 Mar 2009, 3:38 PM
#4
jfoster1980 avatar

jfoster1980

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Blank Sidebox Module Doesn't show images

madkaw9:

I have the same issue. My alt text shows but no image

here is the html i'm using

<a href="http://www.thedoctorstv.com/main/show_page/90" target="_blank"><img src="images/tvshow.gif" width="140" height="147" /></a>

The image is there and the side box is 150 pix wide. Any suggestions would be great.

Thanks

Try putting a slash before the file. Like this:

<a href="http://www.thedoctorstv.com/main/show_page/90" target="_blank"><img src="/images/tvshow.gif" width="140" height="147" /></a>

Hope that works for you!:P