Skip to main content
Blanche01
Participant
June 17, 2026
Question

Live View Options Issue in Dreamweaver 21.8

  • June 17, 2026
  • 1 reply
  • 3 views

I just upgraded to DreamWeaver 21.8. I am on macOS 26.5.1 Tahoe.

I work in Split View with Code-Live View.

Sometimes when I click on a line with a link in the Live View, instead of taking me to the spot in the Code with that link, it suddenly replaces my page with the code from the website that is used in the link. The only way I can go back to my code is to close the file and reopen it, which means I lose any unsaved changes.

According to a Google site, I can stop this from happening by going to View > Live View Options and turn off any options that refer to following links. They are both already unchecked already!

How do I make this stop? It is driving me insane.

Please advise.

Thank you.

    1 reply

    Community Expert
    June 18, 2026

    If the Live View link-following options are already unchecked, then replacing the current document with the linked page source does not sound like the expected behaviour.

    Could you confirm whether this happens with both HTML and PHP files, or only with one type of document?

    It would also help to know whether the link is internal to the local site or an external URL.

    So far, this does not seem to reproduce in the same way on Windows, so the macOS 26.5.1 / Dreamweaver 21.8 combination may be relevant.

    If you can reproduce it with a small test file, it would be worth reporting with those details.

    Blanche01
    Blanche01Author
    Participant
    June 18, 2026

    It happens only HTML files. I rarely modify PHP files.

    They are HTML files I build for email blasts. The links are external URLs.

    It is happening on multiple files with different links.

    Here is a sample line of code from which I removed the actual link:

    <p style="font-family:'Trebuchet MS',Helvetica,sans-serif; font-size:19px; font-weight:bold; color:#8A2A2A; margin:12px 0 4px 0;">
                  &rarr; <a href="[LINK]" target="_blank" style="color:#8A2A2A; text-decoration:underline; font-family:'Trebuchet MS',Helvetica,sans-serif; font-size:19px; font-weight:bold;">Schedule your complimentary strategy session</a>
                </p>