You are here: DEVPPL Forum Programming HTML Forum
NOTIFICATIONS
54.068
MEMBERS
15.678
TOPICS
62.243
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Link Pictures - Please advice

0

Loading

Link Pictures - Please advice

Postby Vinnysake » Tue Oct 18, 2005 8:58 pm

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.
Vinnysake
 
Reputation: 0
Posts: 2
Joined: Tue Oct 18, 2005 8:54 pm
Highscores: 0
Arcade winning challenges: 0

Link Pictures - Please advice - Sponsored results

Sponsored results

Login to get rid of ads

 

0

Loading

Postby Ash » Tue Oct 18, 2005 9:49 pm

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: 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

Loading

Postby Rasmus Lindström » Tue Oct 18, 2005 9:51 pm

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: 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]!
Rasmus Lindström
Site Admin
 
Reputation: 18
Posts: 2829
Joined: Tue Aug 17, 2004 2:07 pm
Location: Sweden
Highscores: 1
Arcade winning challenges: 0
0

Loading

Postby Vinnysake » Tue Oct 18, 2005 10:03 pm

Thank you, thank you, thank you ... it worked. As you can see I am a novice regarding HTML. :)
Vinnysake
 
Reputation: 0
Posts: 2
Joined: Tue Oct 18, 2005 8:54 pm
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Rasmus Lindström » Tue Oct 18, 2005 11:45 pm

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]!
Rasmus Lindström
Site Admin
 
Reputation: 18
Posts: 2829
Joined: Tue Aug 17, 2004 2:07 pm
Location: Sweden
Highscores: 1
Arcade winning challenges: 0
^ Back to Top