Well, what I meant was... well, for example if you hover over where it says 'claf', on the bottom of the browser, it won't say anything; you have move your cursor all over the picture until you find the correct URL for it. I want to fix it so that when you hover over the word, on the bottom of the browser, it'll say the link it's going to take you to. That sounds confusing, doesn't it? ><;. Well, here's the code I'm using for it:
CODE
<!-- begin code provided by createblog.com -->
<center><img src="http://img39.photobucket.com/albums/v120/andtheherowilldrown/imblindbanner_copy.jpg" WIDTH=550 HEIGHT=260 BORDER=0 USEMAP="#ImageMap_01">
<MAP NAME="ImageMap_01">
<AREA SHAPE="rect" COORDS="191,185,89,12" HREF="http://www.xanga.com/profile.aspx?user=neurotic_riku" TARGET="_self">
<AREA SHAPE="rect" COORDS="281,185,92,11" HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=neurotic_riku" TARGET="_self">
<AREA SHAPE="rect" COORDS="376,185,90,11" HREF="http://www.xanga.com/claf" TARGET="_self">
</MAP>
<!-- end code provided by createblog.com -->