ok typo noted...but that doesn't seem to be the problem (i just changed the typo but all of the words are still inking up to the main page...
so here is my code in full...
<script language="JavaScript1.2">
<html>
<head>
<style>
<!--
a{text-decoration:none}
//-->
</style>
<body bgcolor="D3D3D3">
<!-- %%NOBANNER%% -->
<IMG HEIGHT="200" WIDTH="200" SRC="images/00000.jpg">
<font face="larabiefont" color="FFFFFF" size="5" align="right">
/*
Typing Text Script-
Last updated: 99/06/17
© Dynamic Drive (
www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var it=0
function initialize(){
mytext=typing.innerText
var myheight=typing.offsetHeight
typing.innerText=''
document.all.typing.style.height=myheight
document.all.typing.style.visibility="visible"
typeit()
}
function typeit(){
typing.insertAdjacentText("beforeEnd",mytext.charAt(it))
if (it<mytext.length-1){
it++
setTimeout("typeit()",100)
}
else
return
}
if (document.all)
document.body.onload=initialize
</script>
<A HREF="mainpage.htm" >
<small><span id="typing" style="visibility:hidden" align="left">
home</a><br>
<A HREF="about.htm" >about</a> <br>
<A HREF="profolio.htm" >profolio</a><br>
<A HREF="tribe.htm" >tribe</a>
<br></span></small>
</br></br></br></br></br></br></img></font></body></head></html>
anyhow i've been tinkering with it all day and i still can't figured out how to have all my hyperlinks active to the right page instead of just the one page...