I am setting up zencart on my localhost and it isn't live yet. And there is no code to post. I am trying to add thumbnails to PAGE_1 through the define pages editor.
Thanks
Stevo
I am setting up zencart on my localhost and it isn't live yet. And there is no code to post. I am trying to add thumbnails to PAGE_1 through the define pages editor.
Thanks
Stevo
Well this can be considered code....I am trying to add thumbnails to PAGE_1 through the define pages editor.
Post the contents
Zen-Venom Get Bitten
How can a blank page in the define pages editor be considered code ?
If you are adding thumbnails then this is the code/text I am asking for - One has to start with somethingHow can a blank page in the define pages editor be considered code ?
Zen-Venom Get Bitten
<a href="img/" target="_blank"><img
src="img/" width="150" height="150" border="0"
alt="Picture" align="bottom" /></a>
img/ is the location of the image (i am using photobucket)
So is there a larger image available? or where is the small one?img/ is the location of the image (i am using photobucket)
And are you seriously going to rely on resources on other servers in the success of you own store???
Zen-Venom Get Bitten
Images for products being sold are held within my server. The images for the information pages are stored on photobucket. The information pages are being used for educational purposes. I am storing and using photobucket as some of the images a quite large and i will need to save on bandwidth. Photobucket is extremely reliable I have never known it to go offline for any substantial amount of time.
The code I have supplied downloads the image from photobucket and resizes it to a thumbnail as you can see by the width and height when you click on it it then opens in another window.
I am using lightbox for zencart that works brilliantly for all the products for sale. All I want to do is use the functions that is in zencart to do the same thing with images on the information pages.