|
|
Cheeseboy 10-27-2006, 07:25 PM Hello all, I have a form that looks like this:
<form><a href="here.html"><click here</a>
</form>
The hyperlink does not work/show up at all. Could someone help me out?
Thanks!
trigger_tre 10-27-2006, 07:51 PM You have an extra "<" before the words click here. Remove it.
It should look like this:
<form><a href="here.html">click here</a></form>
-trigger
ez4me2c3d 10-27-2006, 07:52 PM instead of <click here, you need to replace your < sign with <
so...
<form><a href="here.html"><click here</a>
</form>
trigger_tre 10-27-2006, 07:56 PM I could be wrong but I think he wants it to say click here not <click here
-trigger
ez4me2c3d 10-27-2006, 08:43 PM I could be wrong but I think he wants it to say click here not <click here
-trigger
I can't assume anything with him, because he has an entire form just to display a link.
Cheeseboy 10-27-2006, 09:44 PM I just need a link for click here in a <form>. This might make more since.
trigger_tre 10-27-2006, 09:59 PM I can't assume anything with him, because he has an entire form just to display a link.
:thumbsup:
Cheeseboy 10-28-2006, 12:21 AM <form id="login"><br /><br /><br /><br />
Username: <input type="text" name="user" /><br />
Password: <input type="password" name="password" /><br />
<input type="submit" value="Submit" name="Submit" /><br />
</form>
Here is my form how would i put a hyperlink in the form?
Arbitrator 10-28-2006, 02:45 AM Here is my form how would i put a hyperlink in the form?You would add a hyperlink in the same manner as you would without the form.
|
|
|
|
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum
vBulletin® v3.8.2, Copyright ©2000-2013, Jelsoft Enterprises Ltd.