Adding both a "click" url and a "view" url to a text link

  • Thread starter Thread starter dgco
  • Start date Start date
<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.
 
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.

Close. Actually, I meant it to be like
<a
href="http://www.aisp.com/apage.html">http://www.aisp.com/apage.html</a>
, and it's not my question. The OP asked how to enter both a 'click'
url and a 'view' url.

I'm not sure what he meant, and this was a WAG ;=>
 
Back
Top