Inserting Hyperlink into Document

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Hookie
Posts: 9
Joined: Fri Oct 15, 2004 9:32 pm

Inserting Hyperlink into Document

Post by Hookie »

I have created a document in MS Word which contains hyperlinks.

When I copy an paste the document into TP the hyperlinks are lost.

How do I set up and configure the hyperlinks again in TP
mo
Posts: 306
Joined: Tue Mar 11, 2003 1:40 am

Post by mo »

Copy the document.

Use >Edit>Insert >Paste HTML
Best Wishes!
Mike Olds
Hookie
Posts: 9
Joined: Fri Oct 15, 2004 9:32 pm

Post by Hookie »

Thanks mo.

That process just inserts the URL for me and is not the type of hyperlink I meant

When you create a hyperlink you create words which when clicked on send you to a specific URL

For example the words: CLICK HERE to order.

When you click on CLICK HERE you are directed to the URL

https://www.mcssl.com/app/javanof.asp?m ... qty=&afid=

That's what I would like to know how to do.

Trying to insert a 90 character URL is not really practical
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Answer 1. TextPad is a text editor, not a word processor or web browser. It displays all the text in a file (possibly decorated in a fashion determined by the syntax of that text) exactly as it is stored in that file. That is its job. Thus, if the text https://www.wherever.com/whatever is present in the text, it will appear in the TextPad window; and if it isn't, it won't.

On the other hand...

Answer 2. One might argue that hiding the destination of a link is analogous to collapsing blocks of text, a feature much requested here...
mo
Posts: 306
Joined: Tue Mar 11, 2003 1:40 am

Post by mo »

Answer 3?:

<a href="
https://www.mcssl.com/app/javanof.asp?m ... id=">Click Here</a>

Otherwise you need to be more precise in the description of what you want to do.

Are you trying to create (write the code for) an html page?

Or are you asking for the ability to 'click' a url from a TextPad document (which can't be done, per above...but you can actually reach such a url from within textpad by rightclicking on the url and clicking on "Open http......" (top of dialog box).
Best Wishes!
Mike Olds
User avatar
Bob Hansen
Posts: 1516
Joined: Sun Mar 02, 2003 8:15 pm
Location: Salem, NH
Contact:

Post by Bob Hansen »

Well said, MO. Made my day!
Hope this was helpful.............good luck,
Bob
Hookie
Posts: 9
Joined: Fri Oct 15, 2004 9:32 pm

Post by Hookie »

Sorry for being a bit vague.

If you know MS Front Page you will know the function that is used to create a hyperlink.

You type the 'word' to be the link, then you give the URL you want as the destination when you click on the 'word' that is the hyperlink.


Doe that make it clearer?

Although I suspect from what's been said, that TP can offer that function
User avatar
talleyrand
Posts: 624
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post by talleyrand »

Not as elegant, you may argue, but the HTML clip library that comes with TP has something that'll work. The animal you are looking for is the Anchor - Text^ tag in the HTML Tags clip library (ctrl-F3).

Use is simple. Highlight the text to be the destination
Bob's your uncle
Double click the entry in the clip library and the highlighted text will be wrapped in the appropriate HTML.

Code: Select all

<A HREF="http://?">Bob's your uncle</A>
Next step is to replace the destination (the ?).
I choose to fight with a sack of angry cats.
Hookie
Posts: 9
Joined: Fri Oct 15, 2004 9:32 pm

Post by Hookie »

It seems that the HTML Tag clip library only works with the paid version of TP, because nothing happens when I open a TP document and click ctrl+F3
User avatar
talleyrand
Posts: 624
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post by talleyrand »

Perhaps you have the Ctrl-F3 bound to something else because the download of Textpad is not crippleware. It's the same, great, full-featured product you will own after you register it. I just installed it on a spare machine, did not register it and the Clip Library works just fine.

At any rate, ensure you have the clip library showing by clicking View and verifying that Clip Library is checked. Follow the previous instructions and you should be set.
I choose to fight with a sack of angry cats.
Post Reply