RolePlay onLine RPoL Logo

, welcome to Beginners

12:12, 27th April 2024 (GMT+0)

Hyperlinks 404?

Posted by cnic
cnic
member, 2 posts
Wed 9 Aug 2023
at 21:33
  • msg #1

Hyperlinks 404?

Hi. I am having trouble inserting hyperlinks using the anchor feature from help. I am GM of the game and I have the tag. When I use the anchor with the url and post, it looks right but clicking it gets us 404. If I copy paste the url it takes me where I want the players to be able to go. I was trying to make an OOC soundtrack for possible mood music for different threads. The links are all to YouTube videos, the regular shared link url that YouTube gives you to share. Does anyone have any ideas what I could be doing wrong?
Skald
moderator, 989 posts
Whatever it is,
I'm against it
Thu 10 Aug 2023
at 06:49

Hyperlinks 404?

When in doubt, try the <a href> tag - just replace the path you're aiming at inside the quotes below instead of the http://rpol.net URL and type your own label instead of To RPoL!:

<a href="http://rpol.net">To RPoL!</a>

More information in the FAQ at /help/content.cgi?t=faqs&page=rubbcode, look under the Links heading (and note the difference in how RPoL pages and external sites are handled).
cnic
member, 3 posts
Thu 10 Aug 2023
at 08:43
  • msg #3

Hyperlinks 404?

In reply to Skald (msg # 2):

That is what I used. A direct example is
<a href=“https://youtu.be/1Bg3U7_dabs”>Silent Striders are squeak toys</a>
Silent Striders are squeak toys
Ski-Bird
subscriber, 234 posts
Thu 10 Aug 2023
at 10:33
  • msg #4

Hyperlinks 404?

It may be that the quotation marks you are using are not standard characters.  They look, I dunno ... italicized or something.

When I clicked on the 'quote' button to see how you typed the RuBB code to create the hyperlink, the quotation marks appeared on my screen as �.
Ski-Bird
subscriber, 235 posts
Thu 10 Aug 2023
at 10:40
  • msg #5

Hyperlinks 404?

Here are two examples, side-by-side.

<a href=“https://youtu.be/1Bg3U7_dabs”>Silent Striders are squeak toys</a> (your original text)


<a href="https://youtu.be/1Bg3U7_dabs">Silent Striders are squeak toys</a> (I copied/pasted your original text, and then replaced the quotation marks)

And here are the two hyperlinks again (but this time, outside of the <code> tags)

Silent Striders are squeak toys (yours)
Silent Striders are squeak toys (quotation marks adjusted)
cnic
member, 4 posts
Thu 10 Aug 2023
at 17:23
  • msg #6

Hyperlinks 404?

Thank you! I typed it on my iPhone and their “ marks always did little ok weird to me
Sign In