Hi,
Can anyone please tell me if there is a way to hyperlink to a web page which doesn't have the anchor "name" attribute (e.g., <a name="thename"> ), but has tags such as, <strong>. So, my question is, is it possible to hyperlink to a tag?
The only way that I know is the following:
Thanks a lot in advance.
Can anyone please tell me if there is a way to hyperlink to a web page which doesn't have the anchor "name" attribute (e.g., <a name="thename"> ), but has tags such as, <strong>. So, my question is, is it possible to hyperlink to a tag?
The only way that I know is the following:
Code:
<a href="http://thepage.com/example.html#thename">The Web Link</a>
Comment