Ok, another question for you. In my upper bar, I have this bit of code implemented so someone doesn't have to click on the text to go to the links...
<td width=14% onClick="location.href='http://www.hikefordiabetes.org/main.htm'" onMouseOver="this.style.backgroundColor='#CBDCEC';this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#FFFFFF';this.style.cursor='hand';" bgcolor="#FFFFFF">
<a style="color:#000000;text-decoration:none;" href="http://www.hikefordiabetes.org/main.htm" target="_top">
<div align="center">
<font color="#00008b">Home</font>
</div>
</a>
</td>
When someone clicks the bar at the top, though, the URL at the top of the screen isn't refreshed...in other words, even though they're clicking "bios", it will go to bios, but at the top of the screen (in the IE toolbar) it shows www.hikefordiabetes.org/main.htm - so if they hit refresh, it doesn't load bios, but instead main.
How do I fix that?
Rob
<td width=14% onClick="location.href='http://www.hikefordiabetes.org/main.htm'" onMouseOver="this.style.backgroundColor='#CBDCEC';this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#FFFFFF';this.style.cursor='hand';" bgcolor="#FFFFFF">
<a style="color:#000000;text-decoration:none;" href="http://www.hikefordiabetes.org/main.htm" target="_top">
<div align="center">
<font color="#00008b">Home</font>
</div>
</a>
</td>
When someone clicks the bar at the top, though, the URL at the top of the screen isn't refreshed...in other words, even though they're clicking "bios", it will go to bios, but at the top of the screen (in the IE toolbar) it shows www.hikefordiabetes.org/main.htm - so if they hit refresh, it doesn't load bios, but instead main.
How do I fix that?
Rob