hwg-basics archives | Oct 1999 | new search | results | previous | next |
Re: thumbnail linking questionby "Cindy Stanley" <stanleysupport(at)prodigy.net> |
|
From: ShemaXod(at)aol.com <ShemaXod(at)aol.com> >I have a page of thumbnails with each being linked to a seperate html with a >large image of the thumbnail. The large image has a link back to the >thumbnail pages which returns to the top of the thumbnail page, but I would >like it to go back to the same place on the page it came originally came >from. If your images are in *line format*, the best you could do is make the return link go back to that line of markup where the thumbnail lays. You can use the Anchor element up against the img tag w/ no problem. On your "large image of the thumbnail" page, you would use the anchor element, to return back to the position of the particular thumbnail, w/in that page, as follows: <A HREF="thumbnailpage.htm#thumbnail1">Go back to thumbnail page</A> Then, in your actual thumbnail page, you would put the following Anchor, prior to the relevant img tag, as follows: <A NAME="thumbnail1"><img src="thumbnail1.jpg"></A> >If someone looks at it, could you also tell me if the size (dimension and/of >kb) is too big? I don't know if there are any "rules" to go by to determine >thumbnail sizes or if it depends on the content of the image. >The page is at > http://members.aol.com/fwdixiechicks/photos.html Sorry, We Can't Find That Page -- Cindy K. Stanley
HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA