Inserting Hyperlink into Document
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Inserting Hyperlink into Document
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
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
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
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
-
- Posts: 2461
- Joined: Sun Mar 02, 2003 9:22 pm
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...
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...
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).
<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
Mike Olds
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
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
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
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
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. Next step is to replace the destination (the ?).
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>
I choose to fight with a sack of angry cats.
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
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.
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.