_SilentGunners_
06-25-2004, 01:44 AM
OK see I made an image and stuff and I tried to make a map with it like making links but having it in the image.. its in the Fun Stuff area but in psp I have the right places but look what happens! The link box is way to big! for the home I didn't do anything else I just tried is the Home bar. Yah I know I haven't inserted the Iframe I want to get the navigation down first !!
http://www.boomspeed.com/theelite/PreSite
kittycat
06-25-2004, 03:19 AM
Everything on that page looks fine to me, links look like they're in the correct area... but you may want to fix your code up a bit so it looks like this
<html>
<head>
<title>JellyGel{Graphic/Personal Site}</title>
</head>
<body bgcolor="#000000">
<P style="LEFT: 0px; POSITION: absolute; TOP: 0px">
<TABLE WIDTH=673 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG SRC="http://www.boomspeed.com/theelite/SiteLayout.gif" WIDTH=650 HEIGHT=500 USEMAP="#Image7" border=0></TD>
</tr>
</table>
<MAP NAME="Image7">
<AREA SHAPE="rect" COORDS="35,217,65,223" HREF="http://www.freewebs.com/blah/" TARGET="frame" ALT="{Home!}">
<AREA SHAPE="rect" COORDS="38,230,61,235" HREF="site.htm" TARGET="frame" ALT="{Site!}">
<AREA SHAPE="rect" COORDS="26,243,75,248" HREF="http://www.freewebs.com/blah/graphics.htm" TARGET="frame" ALT="{Graphics!}">
<AREA SHAPE="rect" COORDS="21,254,80,260" HREF="blah.htm" TARGET="frame" ALT="{Fun Stuff!}">
<AREA SHAPE="rect" COORDS="23,267,79,273" HREF="blah.htm" TARGET="frame" ALT="{About Me!}">
</map>
<DIV style="position: absolute; top: 167; left: 97">
<IFRAME src="blah" name="frame" width="535" height=319 frameborder="0"></IFRAME></div>
</body>
</html>