| View previous topic :: View next topic |
| Author |
Message |
vinnysake
Joined: 18 Oct 2005 Posts: 2
|
Posted: Tue Oct 18, 2005 8:58 pm Post subject: Link Pictures - Please advice |
|
|
Hi,
I have picture thumbnails at the top of the page and the larger images at the bottom of the page. How do I link the 2 together ? Please advice. |
|
| Back to top |
|
 |
|
|
Ash 1000+ Club

Joined: 03 Aug 2005 Posts: 1016 Location: England
|
Posted: Tue Oct 18, 2005 9:49 pm Post subject: Re: Link Pictures - Please advice |
|
|
Welcome to DEVppl if you mean you want it so if someone clicks the thumbnail and it takes them to the bigger picture then it's:
| Code: |
| <img src="thumbnail url"><a href="bigger picture url" /></a> |
And if it is not then please give more explenation. |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3614 Location: Sweden
|
Posted: Tue Oct 18, 2005 9:51 pm Post subject: Re: Link Pictures - Please advice |
|
|
Hi and welcome to DEVPPL.
I don't know exactly how you mean with linking the images together. This will make a click on the small image to automatically scroll down to the big one:
| Code: |
<a href="index.html#img1"><img src="image1.jpg" width="20" height="20" /></a>
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<a name="img1"></a><img src="image1.jpg" width="200" height="200" /><br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing
<br />spacing |
|
|
| Back to top |
|
 |
vinnysake
Joined: 18 Oct 2005 Posts: 2
|
Posted: Tue Oct 18, 2005 10:03 pm Post subject: Re: Link Pictures - Please advice |
|
|
Thank you, thank you, thank you ... it worked. As you can see I am a novice regarding HTML.  |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3614 Location: Sweden
|
Posted: Tue Oct 18, 2005 11:45 pm Post subject: Re: Link Pictures - Please advice |
|
|
| You gotta start somewere =) |
|
| Back to top |
|
 |
|