Stephen.
- ZenCart v:1.3.9h - Template: Simply_Kerrin- Column layout grid. v:1.3.6 - big royal mail. v:2.3.4 - stock by attributes 4.7 - Logo Sidebox - SitemapXML v2s.
^^^ Read my post above
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Stephen.
- ZenCart v:1.3.9h - Template: Simply_Kerrin- Column layout grid. v:1.3.6 - big royal mail. v:2.3.4 - stock by attributes 4.7 - Logo Sidebox - SitemapXML v2s.
Where is this image?<img src="../images/logo2.jpg"
The above references
/images/logo2.jpg
Not
/includes/templates/your_template/images
Zen-Venom Get Bitten
I left the src out initially and should have caught this as Kim pointed out...Kobra I have checked and the image is in /includes/templates/silverfish/images/logo2.jpg
So either leave you code as is and place the image at /images
Or change the code to
Code:<img src="url(../images/image.jpg)" alt="description of your image" />
Zen-Venom Get Bitten
Thanks for your help. I decided to just change the header image and quite happy now.
Stephen.
- ZenCart v:1.3.9h - Template: Simply_Kerrin- Column layout grid. v:1.3.6 - big royal mail. v:2.3.4 - stock by attributes 4.7 - Logo Sidebox - SitemapXML v2s.
I replace the logo.gif with taline_background.jpg(the background pic of tagline).
Then I change the parts of logo in stylesheet.css:
#logo {
width:70em;
}
#logo img {
width:100%;
}
Then it works.
Of course, I add the logo in the jpg file.