Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Will not shpow Image on front Main Page ?

Will not shpow Image on front Main Page ?

Views: 474

Results 1 to 3 of 3
3 Jul 2012, 8:22 AM
#1
psvialli avatar

psvialli

New Zenner

Join Date:
Mar 2011
Posts:
76
Plugin Contributions:
0

Will not shpow Image on front Main Page ?

I am trying to add an Image to my front page i am going into define page editor then define_main_page.php

I have added a line :-

<p><img src="images/logo.png" width="300" height="300"></p>

But I do not get the picture I have uploaded it to Images where am I going wrong ?

I have even tried the full path but still no joy ?

/public_html/includes/templates/estorenow/images
3 Jul 2012, 8:24 AM
#2
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Will not shpow Image on front Main Page ?

try

"../images/logo.png"

3 Jul 2012, 8:40 AM
#3
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Will not shpow Image on front Main Page ?

This references the MAIN IMAGES FOLDER on your site... the one where you would put your PRODUCT IMAGES> psvialli:

<p><img src="images/logo.png" width="300" height="300"></p> ``` --- This references the images folder in your TEMPLATE. > **psvialli:** > > ``` /public_html/includes/templates/estorenow/images ```

All you need do is FTP logo.png to your MAIN IMAGES FOLDER