Convert text URLs to clickable?

  • Thread starter Thread starter Terry Pinnell
  • Start date Start date
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.
 
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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top