| You are here: DEVPPL ‹ Forum ‹ Programming ‹ HTML Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
Link Pictures - Please advice
5 posts
• Page 1 of 1
0
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.
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.
- Vinnysake
- Reputation: 0
- Posts: 2
- Joined: Tue Oct 18, 2005 8:54 pm
- Highscores: 0
- Arcade winning challenges: 0
0
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:
And if it is not then please give more explenation.
- Code: Select all
<img src="thumbnail url"><a href="bigger picture url" /></a>
And if it is not then please give more explenation.
- Ash
- Reputation: 0
- Posts: 1020
- Joined: Wed Aug 03, 2005 7:10 pm
- Location: England
- Highscores: 0
- Arcade winning challenges: 0
0
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:
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: Select all
<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
[url=http://www.linkedin.com/profile/view?id=96243938]Meet me on LinkedIn[/url]
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
- Rasmus Lindström
- Site Admin
- Reputation: 18
- Posts: 2830
- Joined: Tue Aug 17, 2004 2:07 pm
- Location: Sweden
- Highscores: 1
- Arcade winning challenges: 0
0
You gotta start somewere =)
[url=http://www.linkedin.com/profile/view?id=96243938]Meet me on LinkedIn[/url]
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
- Rasmus Lindström
- Site Admin
- Reputation: 18
- Posts: 2830
- Joined: Tue Aug 17, 2004 2:07 pm
- Location: Sweden
- Highscores: 1
- Arcade winning challenges: 0
|
|