Discuss website design for ecommerce sites, useability, navigation and other development considerations. To get feedback on your t-shirt design(s) or website, please post a request in our Site Reviews and Design Reviews section here.
I really do not know how to explain this but i'll try....Ok in some clothing company websites they have the product, lets say a shirt. Well it's small in picture size but when you move or click your mouse on the photo, it'll enlarge so you can see it better. I was wondering, would anybody know where to go, so i can set this up on my website? ....or even know how to do it?..............please help!!! thank you
I really do not know how to explain this but i'll try....Ok in some clothing company websites they have the product, lets say a shirt. Well it's small in picture size but when you move or click your mouse on the photo, it'll enlarge so you can see it better. I was wondering, would anybody know where to go, so i can set this up on my website? ....or even know how to do it?..............please help!!! thank you
<!-- Paste this code into the BODY section of your HTML document -->
<img src="your picture here.jpg" width="150" height="200" onclick="this.src='your picture here.jpg';this.height=400;this.width=300" ondblclick="this.src='your picture here.jpg';this.height=200;this.width=150">
This will allow users to decide whether they want to enlarge the photo by clicking on it. And shrink it by clicking again. Where it says your picture here you put the file name of an image that is in your website image folder.
It is where all the images for your website are stored. If you hover your mouse over an image on your website, your browser will say http://wwww. and whatever your image is and the folder etc....
<!-- Paste this code into the BODY section of your HTML document -->
<img src="your picture here.jpg" width="150" height="200" onclick="this.src='your picture here.jpg';this.height=400;this.width=300" ondblclick="this.src='your picture here.jpg';this.height=200;this.width=150">
This will allow users to decide whether they want to enlarge the photo by clicking on it. And shrink it by clicking again. Where it says your picture here you put the file name of an image that is in your website image folder.
The problem with this method, at least the way it's written, is that the user has to load the full-sized image for the thumbnail.
If you create a smaller thumbnail image, then just plug that into the code above.
Lightboxes are becoming more and more common lately, but personally, as a user, I don't like them. I actually prefer pop-up windows, tho that could be a problem with some people's browsers...
I have a similar question. Does anyone know how to make a image a link, so that when you click on it (say a picture of a t-shirt on my myspace page) it will take you to my cafepress.com page where that t-shirt is for sale
I am pulling my hair out trying to figure it out. Or even find a discussion about it in the forum...
Help
Catbox- I'm actually not using anything. I am just loading a picture of one of my t-shirts (onto my myspace site) and trying to embed a a link in it so that when it (the picture) is clicked on it will take you to my cafepress site.
Chani- I went to that page with all the tutorials and it gave me a link to use I just couldnt figure out how to embed it.
I found that photobucket is what most people are using to do it but the html code they (Photobucket) are giving me is linking you to my picture on photobucket not to my cafepress site.
I'm really close just can't figure out the how to make it work
Not a pro on the computer yet