HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Images inside a link.
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Images & Graphics
View previous topic :: View next topic  
Author Message
srihari



Joined: 11 Mar 2009
Posts: 8

Posted: Wed Mar 18, 2009 10:38 am     Images inside a link.  

I want to create a link with name "xyz" and a click on the link should take me to a series of images. and also, when i click on the individual image, it should enlarge. So could any one help me with the code for the link and images too...[/b]


Corey Bryant



Joined: 15 May 2004
Posts: 8749
Location: Castle Pines North, CO USA

Posted: Wed Mar 18, 2009 1:02 pm      

If you want to create a link
Code: <a href="page.html">Link Example</a>
This will take you to this page. And this page I am guessing is where you will have a series of images, something like:
Code: <img src="images/imageone.gif" alt="Image One Info" />
And then you would repeat this as needed with the proper paths to the images.

Now to enlarge this image, you would need some type of scripting. Or maybe even Flash. For some scripts though, check out Dynamic Drive, you can find some mouseover scripts that might suit your needs.

_________________
Corey
Virtual Office Solutions | Processing Credit Cards | Microsoft Expression Web Blog
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Images & Graphics
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group