Skip to main content
PBS logo
 
 

Discussion Forums - Questions about PaperBackSwap Questions about PaperBackSwap

Topic: making links in private messages

Club rule - Please, if you cannot be courteous and respectful, do not post in this forum.
  Unlock Forum posting with Annual Membership.
Generic Profile avatar
Subject: making links in private messages
Date Posted: 7/13/2017 9:19 AM ET
Member Since: 9/24/2006
Posts: 11,995
Back To Top

I have lost the code to make a link in private messages.  Can anyone help me?

bookbuggg avatar
Standard Member medalBook Cover Image Group medalBook Data Correction Group medal
Date Posted: 7/13/2017 12:47 PM ET
Member Since: 6/2/2014
Posts: 30,123
Back To Top

I'd appreciate that too!

sarap avatar
Member of the Month medalFriend of PBS-Silver medal
Date Posted: 7/13/2017 2:25 PM ET
Member Since: 1/17/2009
Posts: 12,214
Back To Top

Ok, I sent Cheryl a test PM to see how to do it. And it works.

I never knew you could do this in PMs.

Anyway, the code is basic HTML using the <a> element which is the link element. The way to do it is like this:

<a href="http://www.amazon.com">Text to click on</a>

Where the yellow part is the web address you want to go to

and the blue part is what you want the text to look like that you click on

Mind the quotes and the brackets.

 

 

 



Last Edited on: 7/13/17 2:31 PM ET - Total times edited: 3
Generic Profile avatar
Date Posted: 7/13/2017 6:54 PM ET
Member Since: 9/24/2006
Posts: 11,995
Back To Top

Thanks Sara.  That's what I needed.  Tried it out this evening and it worked fine :)

rissycloud avatar
Member of the Month medal
Date Posted: 7/13/2017 7:34 PM ET
Member Since: 5/13/2007
Posts: 6,385
Back To Top

Oh wow! This is such great information... thank you so much! This is going to help me a lot!

vailfiregirl avatar
Friend of PBS-Gold medal
Date Posted: 7/14/2017 3:10 PM ET
Member Since: 3/7/2009
Posts: 11,337
Back To Top

The quotes aren't actually necessary - you can leave them out and it will still work.

Generic Profile avatar
Date Posted: 7/15/2017 12:50 PM ET
Member Since: 6/19/2008
Posts: 5,773
Back To Top

for some reason i cant get it to work

sarap avatar
Member of the Month medalFriend of PBS-Silver medal
Date Posted: 7/15/2017 4:51 PM ET
Member Since: 1/17/2009
Posts: 12,214
Back To Top

It will work once you send the PM as long as it is formatted correctly.. You won't see it as a link while you are writing the message. But once you send it, you will see it as a link.

Generic Profile avatar
Date Posted: 7/22/2017 11:03 AM ET
Member Since: 9/24/2006
Posts: 11,995
Back To Top

Lisa, you have to be careful.  One little space or character wrong and it won't work.

rissycloud avatar
Member of the Month medal
Date Posted: 7/22/2017 6:56 PM ET
Member Since: 5/13/2007
Posts: 6,385
Back To Top

When I did it I copied and pasted the code and then inserted the link and the words I wanted it to show. It worked great for me but I was trying to send it on to a group of people and when I copied and pasted the entire message, it wouldn't work on the next person I sent out to. So I had to do each PM individually with the codes.

read4thesoul avatar
Standard Member medal
Date Posted: 7/29/2017 9:28 AM ET
Member Since: 9/1/2016
Posts: 305
Back To Top

Sara, thank you so much for posting this code and thanks to Cheryl for asking about it.  Had no idea before that you could insert links in PMs.  Just wish we could add attachments, too.

read4thesoul avatar
Standard Member medal
Date Posted: 8/10/2017 5:39 PM ET
Member Since: 9/1/2016
Posts: 305
Back To Top

Sara, Jenna, or anyone:  is there additional coding that can be used to make the link open in a new window?

rissycloud avatar
Member of the Month medal
Date Posted: 10/1/2017 2:38 PM ET
Member Since: 5/13/2007
Posts: 6,385
Back To Top

Just wanted to bump this up so I don't lose it...

read4thesoul avatar
Standard Member medal
Date Posted: 11/22/2017 3:10 PM ET
Member Since: 9/1/2016
Posts: 305
Back To Top

To answer my own question, found out to make link pop open in a new window, add a space and the following code after the URL and before the first > in Sara's code above:

target=_blank