linking thumbnail image to larger image

I will be new at web development and am creating a problem, I am building a jewelry site abd want to link my thumbnails to the larger image, I don’t aim for to make the seperate page per larger image since you will have alot of these individuals. Could someone remember to tell me the simplest and easiest route to accomplish this Make sure you explain in bare language since We are new I don’t understand alot of web design terms yet.
Thanks,
mrl51
michaelliebmanmsn. com

The simplest think is that will insert a hyperlink round the thumbnail, and link it for the image, as listed below:

HTML:
< your href=" bigimage. jpg" > < img src=" thumbnailimage. jpg" width=" 100px" height=" 100px" /> < /a> 

Like that no page should be used for each photo.

And to include in justlivyalife’s reply… to help eliminate the random world box around the
thumbnail connection, add the: border=" 0" for the img tag. The alt property is for a tool-tip outline.

< your href=" bigimage. jpg" > < img src=" thumbnailimage. jpg" width=" 100px" height=" 100px" border=" 0" alt=" this description" > < /a>

If your code will be xHTML compatible, make sure not use the particular now deprecated border=" 0px" licence plate, instead use the particular style=" border: 0px".

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *