Help needed: Linking to another story in a story?

LightningSeed

The Prodigal Writer
Joined
Jul 28, 2018
Posts
202
I want to link back to another of my stories in my preface to a newer story, as the original from seven years ago directly led to this one.
Is there a way to do this via HTML code?
 
HTML:
<a href="https://literotica.com/s/your-story-link-here">Your Story Title Here</a>

To make the link open the target story in a new browser tab:

HTML:
<a href="https://literotica.com/s/your-story-link-here" target="_blank">Your Story Title Here</a>

Bear in mind that only links to the literotica.com domain (and subdomains like forum.literotica.com) are allowed.
 
I want to link back to another of my stories in my preface to a newer story, as the original from seven years ago directly led to this one.
Is there a way to do this via HTML code?
The HTML code is as follows:

" <a href=https://literotica.com/s/convention-pt-01-star-of-the-show > “Convention Pt. 1: Star of the Show”</a> "

The href can be copied from the browser bar at the top when looking at the story, or it can be captured by right-clicking the highlighted story title in any of the lists. The portion in quotes following is the title as you want it to show in your own posted story.

I do this often in my author's postscript to provide links to earlier chapters of a series.
 
Back
Top