I have a text field I would like to create a link to, can I create a link to specify a specific spot on a page? Also, I would like to add links on my page to go straight to a certian section of the page, so if they press go here, they go to line 79 of that page, and it automatically scrolls down.
What is the tag I use, or the command, please direct me to a source where I can learn this.
well-
I am using the anchor tag like so :
<tr bgcolor="#FFFFFF">
<td align="center" colspan="4" height="11" valign="middle"><a name="quote"><font size="2" face="Arial, Helvetica, sans-serif" color="#000000"><i>
<textarea rows="4" cols="20" name="textarea"></textarea>
</i></font></a></td>
I still cant seem to get a cursor to appear inside the textarea. I have no experience in anchors but do I have to put it inside a specific tag in order for it to dorect a user "IN" the text field so they can get right to typing, or is that not possible?
Bookmarks