graphics - when click on graphic it sends you to another page

They have: 10 posts

Joined: Jul 1999

I need to know how to do this. Ok i want to have a picture and when you click on it, it will send you to another page of my website. How do you do that? If anyone knows the html code. Please give it to me. Thanks

----------
Britney Spears Info
Please visit our site at http://reach.to/BritneyInfo

They have: 17 posts

Joined: Jul 1999

Very simple... setup the link just as you would a normal text link.

<a href="hello.html">Click here to advance</a>
this would of course show "Click here to advance" in blue as a link and would load hello.html when clicked... instead of the text "click here to advance" insert an image. like so.

<a href="hello.html"><img src="hello.jpg" borders="0"></a>

simple as that.. it will now show hello.jpg as the link to hello.html...

They have: 10 posts

Joined: Jul 1999

Thanks! I appreciate it!

----------
Britney Spears Info
Please visit our site at http://reach.to/BritneyInfo

Brian Farkas's picture

They have: 1,015 posts

Joined: Apr 1999

Godsend- you were right except for one thing... it should be
<A HREF="page.html"><img src="image.gif" border="0"></A>
You but borders="0", when there should be no "s".

Brian

----------
[red]Hosting prices slashed![/red]
http://www.infostardesign.com

They have: 17 posts

Joined: Jul 1999

Oups.... minus the "s"....Brian is right Smiling

They have: 10 posts

Joined: Jul 1999

Hey I got another question about html. How do you make your email address so that when you click on it, it will open the email program?

----------
Britney Spears Info
Please visit our site at http://reach.to/BritneyInfo

Brian Farkas's picture

They have: 1,015 posts

Joined: Apr 1999

<A HREF="mailto:[email protected]">E-mail me</A>

----------
[red]Hosting prices slashed![/red]
http://www.infostardesign.com

They have: 10 posts

Joined: Jul 1999

Hey thanks for all the help you are giving me! I got another question though. Does anyone know of a site that i could get the html code for a clock for my site? If you have a code please give it to me. Thanks so much again!

----------
Britney Spears Info
Please visit our site at http://reach.to/BritneyInfo

They have: 2,390 posts

Joined: Nov 1998

do you want it to display the code like so:
10:03 pm

...if so you need javascript, head over to javagoodies.com for a/many script(s) like this.
JP

----------
The Webmaster Forums are part of the Web Currents Network.
The Next Step in Website Development - http://www.what-next.com

They have: 10 posts

Joined: Jul 1999

Hey again! Does anyone know the code when you have to put a midi file on your site? I need it to play a midies for me! Thanks!

----------
Britney Spears Info
Please visit our site at http://reach.to/BritneyInfo

Brian Farkas's picture

They have: 1,015 posts

Joined: Apr 1999

http://www.etips.net/tutorials/html/music.html

Brian

----------
[red]Hosting prices slashed![/red]
http://www.infostardesign.com

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.