Arwen-Undomiel.com
http://arwen-undomiel.com/forum/

Links in headers?
http://arwen-undomiel.com/forum/viewtopic.php?f=27&t=19019
Page 1 of 1

Author:  Johnny's Fan [ August 6th, 2008, 1:49 pm ]
Post subject:  Links in headers?

I was wondering how people get links in their headers like here:

http://destinybydesign.110mb.com/index.html

I've never really seen a code for it. Is there anywhere that explains how to do it?

Author:  smeagollum [ August 6th, 2008, 1:59 pm ]
Post subject: 

That is called an image map. I do it with a program called "ImageReady". However, basically, what you do is provide coordinates for the link.

Author:  Nurrantiel Mashiara [ August 6th, 2008, 3:05 pm ]
Post subject: 

You just put these codes in your header area.

Code:
<img src="the picture you're using" usemap="#mymap--the title of your map">

Next you have to make your map definition. For each "hotspot" you need 4 numbers. The hotspot is the specific area of your image that you are linking to another URL:
1st Coordinate: The upper left column of your hotspot.
2nd Coordinate: The upper left row of your hotspot.
3rd Coordinate: The lower right column of your hotspot.
4th Coordinate: The lower right row of your hotspot.
You then put this into the same area.
< map name=mymap
< area shape=rect (for rectangle) coords=??,??,??,?? href=link
</map>

(With the > and no spaces, for some reason it wasn't working for me to put it here)

Author:  Johnny's Fan [ August 6th, 2008, 9:46 pm ]
Post subject: 

Yay! Thanks guys! I can't believe I actually managed to do it! :happy:

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/