February 1, 201511 yr Hi:Noob here, I have a smaller version of an image that I would like to click and then show the full sized version of the image that I have on another web page.Question is, what piece of html do I need to do this manoeuvre? I am also thinking of a nice piece of 'tooltip' on the hover that says "click here to see the full sized image" or something like that.I am hours into this already so thanks in advance for any help
February 1, 201511 yr Try this: <a href="http://www.urloflargeimagepage.htm" title="Tooltip text"><img src="http://www.urlofsmallimage.png" alt="alternate text for an image if the image cannot be displayed and for accessibility."></a>
February 1, 201511 yr Author Thanks for the reply, Nick... I had to mess around with it for ten minutes but I more or less have it. Only problem is It gives me a thickish border around the original small picture but I would rather have that to get rid of than have nothing at all ! Many thanks
February 1, 201511 yr Author I'll correct that last post, Nick... It's working real good when uploaded to the web, it was just my HTML Editor that shows the unwanted border.
Create an account or sign in to comment