*Combining <BASE HREF> with Anchors?*

*Feels like nobody understands what I mean?* Am I not explaining my self right... if so sorry, and could you let me know.<br />
<br />
*Deep breath*<br />
<br />
Ok, I understand how a basic anchor/link works, but I don't understand how to combine the <Base HREF> with anchors and get them to work correctly...<br />
<br />
- I know this because when I take the 'Base Href' out, the links work fine. :(<br />
<br />
I'm currently using:<br />
<br />
<BASE HREF=http://www.liquid2k.com/zxblaze/><br />
<A NAME="#Top"><br />
<A HREF=http://www.htmlforums.com/archive/index.php/"#">[Back To Top]</A><br />
<br />
- I'd be greatful if somone could examin my source code and tell me what I'm doing wrong...<br />
<br />
_http://www.liquid2k.com/zxblaze/_<br />
<br />
If I don't sort things out soon i'm just goin' to forget the idea.<br />
<br />
!:supereek:! !:crying:!<!--content-->try it this way<br />
<br />
<a name="top"><br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"#top">[Back to Top]</a><br />
<br />
but if it doesn't work then apparently the base href doesn't work with anchors.<!--content-->
 
Back
Top