• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

DW8 - will it be useable with Windows Edge? DW will no longer opeate

New Here ,
Sep 05, 2021 Sep 05, 2021

Copy link to clipboard

Copied

I built a website some years ago in DW - finally upgraded to DW8. I am running this on a PC . The website ran OK (still does) - Clarkstown60.com - Recently my PC upgraded itself (Windos 10 to Edge). When I tried to open the website (on my computer) it appeared to open but the screen just turned gray.    BTW This is a high school class site (60 years old - so not very active.) I don't want to do anything but fix the first page and let it stand in case anyone wants to look - but I don't want to spend a lot of money.)  Any help will be appreciated.

Views

127

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 06, 2021 Sep 06, 2021

Copy link to clipboard

Copied

Well, the site is showing it's age, naturally.  And MS Edge is a bleeding edge web browser that doesn't understand deprecated code.  It's like trying to put unleaded gas into a Tesla.  🙂

 

Update the document type to HTML5 and fix the code errors as described below.

https://validator.w3.org/nu/?doc=http%3A%2F%2Fclarkstown60.com%2F

 

HTML 5 code:

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 06, 2021 Sep 06, 2021

Copy link to clipboard

Copied

If DW8 (from 2005) stopped working for you, replace it with a free or low-cost editor that understands modern HTML5 code.

- https://www.w3schools.com/html/

 

================
CODE EDITORS:
-- Adobe Dreamweaver CC - https://www.adobe.com/products/dreamweaver.html (7 day free trial available)
-- Atom (free) - https://atom.io/
-- Codespaces (free, browser-based) - https://github.com/features/codespaces
-- Nova (Mac only, formerly called Coda) - https://nova.app/
-- Pinegrow - https://pinegrow.com/
-- Sublime Text - http://www.sublimetext.com/
-- Visual Studio Code (free) - https://code.visualstudio.com/

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 07, 2021 Sep 07, 2021

Copy link to clipboard

Copied

I don't see anything in the code that would cause the site to turn gray as you describe and tried to load it up in a few browsers and were not able to replicate the issue.  Edge itself is based on chrome so running in any of those browsers should result in your issue.  As long as DW8 works, you should be able to make updates to the homepage as you describe.

 

Being that this is for a school, I would even consider reaching out and seeing if they would hand it to students to help clean up the code for you as a project or offer to help you get things into a better place for you and edit it for you.  It would be a good project for them and give you the help you need without the costs of hiring a developer.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 07, 2021 Sep 07, 2021

Copy link to clipboard

Copied

LATEST

After re-reading this a few times, it seems DW 8 is not able to launch MS Edge from Preview-in-Browser.  Is that the problem you're having?  

 

I vaguely remember an issue when MS Edge first came out.  But it's been so long, I don't remember what the workaround was. 

 

Try opening your local file directly from MS Edge instead of DW8 preview.  Or better yet, get Firefox and Chrome and add them to the DW Edit Browser list.

 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines