Viewing 1 replies (of 1 total)
  • OK, some of your links are missing the text. For example, I see this link on your romeo & juliet page:

    <a href="https://www.shakespearethenovels.co.uk/?feed=rss2" class="rsslink" title="Subscribe to RSS Feed"></a>

    There’s nothing between the opening link tag and the closing link tag.

    When you click on the link button in the page editor, a dialog is displayed where you enter the link address (URL) and the Title. However, the Title isn’t the actual text that’s displayed. Once you click the Add Link button, the link is inserted into the content, but you still have to enter the text that’s displayed with the link (the cursor should be placed right before the closing link tag, though, so all you need to do is start typing the text).

    So this:

    <a href="https://www.shakespearethenovels.co.uk/?feed=rss2" class="rsslink" title="Subscribe to RSS Feed"></a>

    Should be modified to look like this:

    <a href="https://www.shakespearethenovels.co.uk/?feed=rss2" class="rsslink" title="Subscribe to RSS Feed">Subscribe to RSS Feed</a>

Viewing 1 replies (of 1 total)
  • The topic ‘Insert/edit links not working’ is closed to new replies.