Skip to main content
ElizabethGailLittle
Inspiring
November 13, 2020
Answered

Page won't display

  • November 13, 2020
  • 2 replies
  • 247 views

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

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer Nancy OShea

    #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/

     

    2 replies

    Nancy OShea
    Community Expert
    Nancy OSheaCommunity ExpertCorrect answer
    Community Expert
    November 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
    ElizabethGailLittle
    Inspiring
    November 13, 2020

    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.