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

Dreamweaver preview error

Community Beginner ,
Feb 06, 2018 Feb 06, 2018

My dreview in dreamweaver is not the same as the live preview. I dont know which is right. What am I suppose to do to get them aligned?

393
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 , Feb 07, 2018 Feb 07, 2018

Live View and browsers will typically look nothing like Design View. The more css you use to style your page and the more scripting you use for interactivity, the wider the gap will be between Live/Browser and Design View.

Live View should be much closer to what you see in actual browsers, but the only way to know for certain exactly how your page will behave in the browsers is to view it there.

Also make sure you take care of html and css errors regularly. Problems in your code are handled differ

...
Translate
Community Expert ,
Feb 06, 2018 Feb 06, 2018

Whatever you see in a real browser is correct. To this end, you should test in a number of current browsers.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
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
Community Expert ,
Feb 07, 2018 Feb 07, 2018
LATEST

Live View and browsers will typically look nothing like Design View. The more css you use to style your page and the more scripting you use for interactivity, the wider the gap will be between Live/Browser and Design View.

Live View should be much closer to what you see in actual browsers, but the only way to know for certain exactly how your page will behave in the browsers is to view it there.

Also make sure you take care of html and css errors regularly. Problems in your code are handled differently by each browser and could cause odd display issues in some, but not others. Use the links below to check for errors...

Ready to check - Nu Html Checker

The W3C CSS Validation Service

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