Subsituting Words for a link.

  • Thread starter Thread starter Creator
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Creator
Messages
566
Reaction score
6
<a href="https://www.google.com">See here</a>

Can someone tell me if this is the correct characters to post a link as " See here" ?
For example: I want to substitute words for the underlying link.
Thanks.
 
Last edited by a moderator:
Physics news on Phys.org
Creator said:
<a href="https://www.google.com">See here</a>

Can someone tell me if this is the correct characters to post a link as " See here" ?
For example: I want to substitute words for the underlying link.
Thanks.
To post a link, use the "insert link" from the editing menu.

This code:
Code:
 [ URL="[PLAIN]http://www.google.com"]See[/PLAIN]  here![/URL ]

Produces:
See[/PLAIN] here!
 
Last edited by a moderator:
Doc Al said:
Code:
 [ URL="[PLAIN]http://www.google.com"]See[/PLAIN]  here![/URL ]

No need for quotation marks, [noparse]See here![/noparse] works as well: See here!
 
Last edited by a moderator: