D
dgco
How can I add both a click nad view url to a text link?
dgco said:How can I add both a click nad view url to a text link?
Andrew said:<a href="http://somepage.htm">http://somepage.htm</a>
Mike,
I believe you probably meant this: <a
href="http://www.somepage.com/somepage.html">Somepage</a>
Then if you click the link, you will see the page you want open in the
browser
I assume this is what you're asking - I don't know precisely what you
mean by "'add both a click and view URL to a text link" but the <a href>
tag pretty much does exactly that - displays a link on a web page,
linking to another webpage, which opens in the browser when you click
the link.