OFFSHORE DAN
07-02-2005, 07:52 PM
I made some new buttons for my navbar. One is for registering, admin contact, ect. Problem is that when people click on them they bring up a whole new site instead of just going to the part of the site I want them to be directed to. Below is my code. I wanted to make it easier for people to register an contact me.
<!-- / nav buttons bar -->
<div align="left" style="margin:5px">
<a href="http://www.curiocollectibles.com/forum/register.php?" target="_blank"><img src="images/registerbutton.gif" alt="Register Today" border="0" /></a>
<a href="http://www.curiocollectibles.com/forum/sendmessage.php" target="_blank"><img src="images/contactbutton.gif" alt="Contact Administrator" border="0" /></a>
<a href="http://www.curiocollectibles.com/forum/forumdisplay.php?f=117" target="_blank"><img src="images/showsbutton.gif" alt="List of Collectible Shows" border="0" /></a>
</div>
www.CurioCollectibles.com
I got it.
<!-- / nav buttons bar -->
<div align="left" style="margin:5px">
<a href="http://www.curiocollectibles.com/forum/register.php?" target="_blank"><img src="images/registerbutton.gif" alt="Register Today" border="0" /></a>
<a href="http://www.curiocollectibles.com/forum/sendmessage.php" target="_blank"><img src="images/contactbutton.gif" alt="Contact Administrator" border="0" /></a>
<a href="http://www.curiocollectibles.com/forum/forumdisplay.php?f=117" target="_blank"><img src="images/showsbutton.gif" alt="List of Collectible Shows" border="0" /></a>
</div>
www.CurioCollectibles.com
I got it.