Embedded URLs in text
-
- Posts: 1
- Joined: Wed Apr 20, 2022 9:21 am
Embedded URLs in text
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
It depends on what program you are typing into.
For example, on this message board this will do what you are looking for:
It will look like this: Click here
HTML code that will do the same:
<a href="https://www.wavget.com.com">Click here</a>
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]
HTML code that will do the same:
<a href="https://www.wavget.com.com">Click here</a>