Convert text URLs to clickable?

A

Andrew Murray

Insert Hyperlink (in Frontpage)

or handing coding,

<a href="http://TimDoc.com">Click here for Tim Doc</a>

If you copy and paste them into frontpage, they are automatically recognised as
links and are made clickable automatically.

You'll need to make the links in frontpage (or other HTML editor), or if by text
file you mean an html file then the example above should help you (.<a
href="http://TimDoc.com">Click here for Tim Doc</a> )

If you hand-code them there's no "quick" way about it - you can only do it as
fast as you're able to type.

If you do it in an html editor then it's a matter of copy and paste.
 
T

Terry Pinnell

Andrew Murray said:
Insert Hyperlink (in Frontpage)

or handing coding,

<a href="http://TimDoc.com">Click here for Tim Doc</a>

If you copy and paste them into frontpage, they are automatically recognised as
links and are made clickable automatically.

You'll need to make the links in frontpage (or other HTML editor), or if by text
file you mean an html file then the example above should help you (.<a
href="http://TimDoc.com">Click here for Tim Doc</a> )

If you hand-code them there's no "quick" way about it - you can only do it as
fast as you're able to type.

If you do it in an html editor then it's a matter of copy and paste.

Thanks Andrew. I went back and tried again and it was indeed a piece
of cake as you say. I'd stupidly forgoten that, after copy/pasting the
text into FP, I needed to place the cursor at the end of each line and
pres Enter, to turn each (black) line of text into a (blue) hyperlink!
 
Top