Hi,
I'm obviously new to textpad and am running the trial.
I used metapad until now.
I wanted to add an HTML link to some text today but couldn't see how to do it.
So, how's it done?
Thanks,
Michael
How do I add a hypertext link
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
I'm not entirely sure what you mean, but hopefully one of the following points will answer your question:
1. You can't make an arbitrary piece of text into a hypertext link (like this) in a plain text document.
2. If syntax highlighting is enabled, TextPad will highlight URLs in the document (usually in blue). You can open the URL following the steps in the help topic How To > Work with Files > Open a File or URL Named in a Document.
3. If you want to create a hyperlink in an HTML document, enter: <a href="URL">link text</a>
1. You can't make an arbitrary piece of text into a hypertext link (like this) in a plain text document.
2. If syntax highlighting is enabled, TextPad will highlight URLs in the document (usually in blue). You can open the URL following the steps in the help topic How To > Work with Files > Open a File or URL Named in a Document.
3. If you want to create a hyperlink in an HTML document, enter: <a href="URL">link text</a>
Thanks for the reply.ak47wong wrote:I'm not entirely sure what you mean, but hopefully one of the following points will answer your question:
1. You can't make an arbitrary piece of text into a hypertext link (like this) in a plain text document.
2. If syntax highlighting is enabled, TextPad will highlight URLs in the document (usually in blue). You can open the URL following the steps in the help topic How To > Work with Files > Open a File or URL Named in a Document.
3. If you want to create a hyperlink in an HTML document, enter: <a href="URL">link text</a>
#1 is what I'd hoped to do.
I'd hoped that there was some kind of "override" in TextPad that would enable me to do it since it's possible to save in html format.
Michael
-
- Posts: 2461
- Joined: Sun Mar 02, 2003 9:22 pm