Adding a link to your post.

TalkFYI

This group has been archived. Find out more.

Join LibraryThing to post.

Adding a link to your post.

1readafew
Edited: Feb 7, 2007, 11:00 am

To add a link to a post one need to use the anchor tag .

The use of the tag is more involved then that of the text manipulaters, .

The tag has a property called HREF and this needs to be set for the links to work.
Click here to visit Amazon!

Remove the spaces before the first and the following link is what you get.
Click here to visit Amazon!

The text in between the anchor tags can be what ever you want it to be. Some put the actual link so others 'know' where they are going. The HREF is the important part.

2reading_fox
Edited: Feb 7, 2007, 11:10 am

THANKS.

I'm testing my understanding which should link to the other coding post - read that (in the link below) first.

For your information

edit - missed the closing quotes. quite important.

3readafew
Edited: Feb 13, 2007, 4:31 pm

I was asked to add this....

originally from - mangaroo
With the introduction of international LT domains, using relative links (i.e., ) is a courtesy that keeps all users on the LT version of their choosing.

original post

4MikeBriggs
Edited: Feb 23, 2007, 5:19 pm

In addition to creating a link that opens in the same browser window in use, mentioned above, you can also create a link that will open in a new window.

Sample Link:
Amazon.com

Code:
Put: target="_blank" as shown below, and when someone clicks on it, a new window opens.
<a href="http://www.amazon.com/" target="_blank">Amazon</a>

Displaying code:

For use & gt ;
For " use & quot ;
For use & lt ; /a & gt ;

Remove spaces for everything after "use" and type everything after "use".

5reading_fox
Apr 25, 2007, 4:03 am

It now (well has been for a while) appears that you can paste a link with spaces either side and it will hyperlink straightaway.

http://www.librarything.com/talktopic.php?topic=7379

like that for this thread - of course you can't do the target thing, the relative thing or the link text thing. But it may be easier for some users.