Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Picture Not showing up

Picture Not showing up

Locked

Views: 1,130

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
7 Jan 2008, 7:34 AM
#1
eddie001 avatar

eddie001

New Zenner

Join Date:
Oct 2005
Posts:
28
Plugin Contributions:
0

Picture Not showing up

Hello Everyone.....Im trying to put a picture in the home main page but its not showing up what im doing wrong...Here is the link https://www.mislady.com and this is the code i put .

<a href="http://www.mislady.com/"><img src="/includes/template/iC_AthemeV1.3/images/beauty.jpg" width="350" height="221" alt="" title="" /></a>

Thank you

7 Jan 2008, 5:56 PM
#3
eddie001 avatar

eddie001

New Zenner

Join Date:
Oct 2005
Posts:
28
Plugin Contributions:
0

Re: Picture Not showing up

Thanks for answering.....The picture im going to post is in the images file and im using this template C_AthemeV1.3 what would be the correct path from the code i already used.

7 Jan 2008, 6:11 PM
#4
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: Picture Not showing up

Try this
<a href="http://www.mislady.com/"><img src="images/beauty.jpg" width="350" height="221" alt="" title="" /></a>

7 Jan 2008, 6:33 PM
#5
eddie001 avatar

eddie001

New Zenner

Join Date:
Oct 2005
Posts:
28
Plugin Contributions:
0

Re: Picture Not showing up

Never Mind i got it...i was missing an (s) in the path ,i had (template) instead of (templates) now it works.

If i want to add more small picture as a categories directory for each type of products with a link for instance babydoll picture with a link to take you to babydoll catagory .Can i do it in the mainpage or css about six pictures under the main page picture.

would this code work :

<a href="http://www.mislady.com/whatever the location"><img src="babydoll.gif" align="left" width="48" height="48">
babydoll

</p>

Do I add these code anywhere in the define main page (i usulay put it in the bottom that way i always know where it is in case something changed i can remove it) or i have to go to css file and where i can add it in there

thank you