Hi,
I am completely new to Web hosting and I want to know how to create a link from a small image on my web page to enable customers to view a 'full size' picture in a different page. I haven't a clue.
Thanks,
Hairflair
Solved! Go to Solution.
Ok, you need to change the following:
"URL OF IMAGE e.g. http://www.myshop.com/myLARGEimage.jpg"
You need to change the line above to where the large image is, so if my website was www.bt.com and my image was called "portrait.jpg" then between the speech marks in this line you would have http:///www.bt.com/portrait.jpg for example.
<img src="mySMALLimage.jpg" alt="name of image" />
On the line above you need to change "mysmallimage.jpg" to the name and location of your small image file the same as for the large image explained above. Where it says "name of image" you need to change this to the description of the image, so for example if my image was "portrait.jpg" I might put here alt="A portrait of me at 29 years old".
Does this make sense? If not can you post the name of the image, where it is on your server for example in an "images" or "img" folder and your domain name?
Hey Hairflair73,
Use the following code and the image will open in a new window:
<a href="URL OF IMAGE e.g. http://www.myshop.com/myLARGEimage.jpg" target="_blank" /><img src="mySMALLimage.jpg" alt="name of image" /></a>
If you need any more help just post back.
Edit: Added Large and Small to make it easier to understand
Orchie,
I have tried what u suggested, but it took me to webshop, to which I'm not subscribed??? I really am very new to this. Im sorry seem a bit thick, but do I have to be subscribed to web shop?
Did u mean just the link in blue, or all the grey writing too?
Orchie,
When I do exactly what u said this time this link keeps appearing?
The requested URL //esw_preview/<a href="URL OF IMAGE e.g. http://www.myshop.com/myLARGEimage.jpg" target="_blank" /><img src="mySMALLimage.jpg" alt="name of image" /></a> was not found on this server.
Any suggestions?
I just copied and pasted from your previous message?
Thanks for taking time to help me.
Hairflair73
Ok, you need to change the following:
"URL OF IMAGE e.g. http://www.myshop.com/myLARGEimage.jpg"
You need to change the line above to where the large image is, so if my website was www.bt.com and my image was called "portrait.jpg" then between the speech marks in this line you would have http:///www.bt.com/portrait.jpg for example.
<img src="mySMALLimage.jpg" alt="name of image" />
On the line above you need to change "mysmallimage.jpg" to the name and location of your small image file the same as for the large image explained above. Where it says "name of image" you need to change this to the description of the image, so for example if my image was "portrait.jpg" I might put here alt="A portrait of me at 29 years old".
Does this make sense? If not can you post the name of the image, where it is on your server for example in an "images" or "img" folder and your domain name?