I'm using a script that shows links Home, Register, etc.
What code do I use here for the Contact Us link below? An example, please.
Thanks
Code:
<img src="img/1.gif" width="25" height="24" alt="" border="0" /><a class="MainMenuLNKExample" href="index.asp"> Home</a><br /><br/>
<img src="img/2.gif" width="25" height="24" alt="" border="0" /><a class="MainMenuLNKExample" href="register.asp"> Register</a><br /><br>
<% End If %>
<img src="5.gif" width="25" height="24" alt="" border="0" /><a class="MainMenuLNKExample" href="???????.asp"> Contact Us</a><br />
|