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

Page won't display

Participant ,
Nov 13, 2020 Nov 13, 2020

I've done some new pages & have done nothing to existing pages, but did modify 2 css files.  Now the pages that were fine 2 days ago don't show at all - no error messages, nothing - just blank page.  I have restored earlier versions of the 2 css files, but that didn't help.  Does anyone have a clue about where I should look?  Parsing every bit of code when you don't know what you're looking for is pretty daunting.

Thanks,

Gail

216
Translate
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

correct answers 1 Correct answer

Community Expert , Nov 13, 2020 Nov 13, 2020

#1 Upload your work to a remote server space you control and post the URL here so we can take a look at it.

 

#2 DW doesn't like code errors.  I'm guessing you have errors in your CSS or HTML markup.  Use the online validation services below to check your code.

HTML - https://validator.w3.org/

CSS - https://jigsaw.w3.org/css-validator/

 

Translate
Community Expert ,
Nov 13, 2020 Nov 13, 2020

#1 Upload your work to a remote server space you control and post the URL here so we can take a look at it.

 

#2 DW doesn't like code errors.  I'm guessing you have errors in your CSS or HTML markup.  Use the online validation services below to check your code.

HTML - https://validator.w3.org/

CSS - https://jigsaw.w3.org/css-validator/

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
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
Participant ,
Nov 13, 2020 Nov 13, 2020
LATEST

Thanks!  I just used ini_set("display_errors","1");  There was some code that had been there for years that  either the updated Dreamweaver or my host would not accept.  Commented out & everything came back.

Translate
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