Embedded URLs in text

Questions, comments, and suggestions related to Typeitin.
Post Reply
LoveItTypingJN
Posts: 1
Joined: Wed Apr 20, 2022 9:21 am

Embedded URLs in text

Post by LoveItTypingJN » Wed Apr 20, 2022 9:25 am

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.

Wavget
Site Admin
Posts: 91
Joined: Wed Jan 16, 2019 4:32 pm

Re: Embedded URLs in text

Post by Wavget » Fri Apr 22, 2022 8:54 pm

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>

Post Reply