Welcome Guest, Not a member yet? Register   Sign In
Using anchors in form URLs
#3

[eluser]InsiteFX[/eluser]
To name an internal anchor:
place this just above your form.
Code:
<a name="top-form"></a>

To link to an internal anchor:
place this all over in your html code where you want the user to click to get to your form
Example code:
Code:
<a href="#top-form">Go to Form</a>

This will create an internal link in your html code.


Messages In This Thread
Using anchors in form URLs - by El Forum - 06-15-2012, 05:17 PM
Using anchors in form URLs - by El Forum - 06-15-2012, 05:28 PM
Using anchors in form URLs - by El Forum - 06-15-2012, 11:10 PM
Using anchors in form URLs - by El Forum - 06-16-2012, 08:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB