View Full Version : Where do I put the anchors?


Stacey
02-13-2004, 10:21 PM
I don't know where and how to put the other part of the anchor code :<A name="whatever"></a>. Please help me:

<html>
<head>
<title>Your page title goes here</title>

<META name="description" content="stacey abfalter, sandra bullock, web design, school project, until now, boys don't cry, white oleander, i am sam, beaches, enough, liar liar, blue streak, butterfly effect, rush hour, rush hour 2">

<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color: ffffff;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: ffffff;
scrollbar-track-color: 000000;
}
-->
</STYLE>

<style type="text/css">
<!--
A:link{ text-decoration: none; color:#3A5172; cursor:crosshair;}
A:visited{ text-decoration:none; color:#3A5172; cursor:crosshair;}
A:active{ text-decoration:none; color:#3A5172; cursor:crosshair;}
A:hover{ text-decoration:none; color:#FFFFFF; font-weight:bold; cursor:crosshair;}
-->
</style>

</head>


<BODY BGCOLOR="black">
<DIV style="position: absolute; top:0px; left:1px">
<IMG SRC="sandra.jpg" WIDTH="604" HEIGHT="400">
</div>

<DIV style="position: absolute; top:401px; left:1px">

<img src="menu.jpg" alt="menu.jpg" usemap="#menu.jpg" style="border: 0;" />

<map name="menu.jpg">

<area shape="rect" coords="6,0,67,22" href="#home"/>
<area shape="rect" coords="78,0,166,22" href="#aboutme"/>
<area shape="rect" coords="177,0,282,22" href="#futureplans"/>
<area shape="rect" coords="298,0,364,22" href="#resume"/>
<area shape="rect" coords="378,0,448,22" href="#hobbies"/>
<area shape="rect" coords="461,0,587,22" href="#favmovies"/>

</map>
</div>



<DIV style="position: absolute; top:0px; left:905px;">
<IFRAME name="home" src="home.html" width=400 height=402 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 style="border: 2 solid #ffffff" scrolling="auto"></IFRAME>
</div>



<DIV style="position: absolute; top:0px; left:1705px;">
<IFRAME name="aboutme" src="aboutme.html" width=400 height=402 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 style="border: 2 solid #ffffff" scrolling="auto"></IFRAME>
</div>


<DIV style="position: absolute; top:0px; left:2405px;">
<IFRAME name="futureplans" src="futureplans.html" width=400 height=402 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 style="border: 2 solid #ffffff" scrolling="auto"></IFRAME>
</div>

<DIV style="position: absolute; top:0px; left:3105px;">
<IFRAME name="resume" src="resume.html" width=400 height=402 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 style="border: 2 solid #ffffff" scrolling="auto"></IFRAME>
</div>

<DIV style="position: absolute; top:0px; left:3805px;">
<IFRAME name="hobbies" src="hobbies.html" width=400 height=402 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 style="border: 2 solid #ffffff" scrolling="auto"></IFRAME>
</div>

<DIV style="position: absolute; top:0px; left:4505px;">
<IFRAME name="favmovies" src="favmovies.html" width=400 height=402 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 style="border: 2 solid #ffffff" scrolling="auto"></IFRAME>
</div>





</body>
</html>