If I want to add a link in the middle of a sentence :http://www.freerepublic.com/perl/post?id=2024261%2C97 how do I get it to end and yet continue typing the sentence?
Clearly- I am an html newbie...but every time I add a hyperlink I’m unable to turn it OFF.
(hangs head in shame!)
Sig 226 stops at staring post #100 . . .
Create a hyperlink by using the link tags, <a href=" " > </a>.
My home page is yahoo.com.
I typed <a href="http://www.yahoo.com/"> yahoo.com </a>. Whatever you put between the two tags will appear as text that someone can click.
yahoo.com = <a href="http://www.yahoo.com/"> yahoo.com </a>
search engine = <a href="http://www.yahoo.com/">search engine </a>
my homepage = <a href="http://www.yahoo.com/">my homepage</a>
Remember that once Free Republic detects html in your posts, you have to use the <p> paragraph and <br> break tags or all the text will run together and you won't have paragraphs.