Skip to main content
Inspiring
March 4, 2017
Answered

Keep getting "Link Not Found" Message

  • March 4, 2017
  • 1 reply
  • 775 views

I am trying to remove the links to some titles of stories on my website, "On Being Real" and "Deep Waters" that are located to the right of a thumbnail at the bottom of my web page. When you click on the words of the story you get a "Link not found" error message. I want to lose the link so that I lose this error message:

Suzette Boulais: Touch of Inspiration

    This topic has been closed for replies.
    Correct answer BenPleysier

    You will need to go to code view and on

    1. line 103 remove the crossed out parts

    <td><p><a href="Thoughts That Soar Pages/_notes/REAL link">&quot;On Being Real&quot;</a><br>

    2, line 113 remove the crossed out parts

    <td width="182"><div align="center"><strong><a href="Deep Waters.pdf">&quot;Deep Waters</a></strong><a href="Deep Waters.pdf">&quot;</a></div></td>

    1 reply

    BenPleysier
    Community Expert
    BenPleysierCommunity ExpertCorrect answer
    Community Expert
    March 4, 2017

    You will need to go to code view and on

    1. line 103 remove the crossed out parts

    <td><p><a href="Thoughts That Soar Pages/_notes/REAL link">&quot;On Being Real&quot;</a><br>

    2, line 113 remove the crossed out parts

    <td width="182"><div align="center"><strong><a href="Deep Waters.pdf">&quot;Deep Waters</a></strong><a href="Deep Waters.pdf">&quot;</a></div></td>

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    Inspiring
    March 4, 2017

    Ben,

    I am not seeing in code this link:

    Thoughts That Soar Pages/_notes/REAL link"

    I am seeing:

    <td>&quot;On Being Real&quot;</tr>

    No matter what I do - or when I delete the phase, "On Being Real" and start over, I keep getting a link to a page on the actual site that still says Error - Link not found.

    Inspiring
    March 4, 2017

    I somehow fixed the problem, Ben, by following one of the story titles that didn't have a link error.

    The fix looks something like this:

    <td> title, etc  then concluded with ;</td>