Quote:
|
<a href="http://mylink">mylink</a>.
|
And don't forget target=... to open a new browser window if you don't want people leaving your site:
<a href="http://mylink" target="new">mylink</a>
And from a field in a recordset:
<a href="<%= TheFieldContainingTheURL %>" target="new"><%= TheFieldContainingTheURL %></a>