Page 1 of 1

Embedded URLs in text

Posted: Wed Apr 20, 2022 9:25 am
by LoveItTypingJN
Is there a key combination that works to type in a URL as an embedded link instead of the raw URL, I want to show CLICK HERE instead of the actual link.

Re: Embedded URLs in text

Posted: Fri Apr 22, 2022 8:54 pm
by Wavget
It depends on what program you are typing into.

For example, on this message board this will do what you are looking for:

Code: Select all

[url=https://www.wavget.com]Click here[/url]
It will look like this: Click here

HTML code that will do the same:

<a href="https://www.wavget.com.com">Click here</a>