Skip to main content
Known Participant
August 6, 2012
Question

CS4 and CS6 design views

  • August 6, 2012
  • 3 replies
  • 17086 views

When viewing the same index file I see significant differences between the design views of Dreamweaver CS4  and Dreamweaver CS6. The index file was created in CS5. My CS4  displays it correctly while CS6 design view is not even close. The live views are correct with both. 

    This topic has been closed for replies.

    3 replies

    ALsp
    Legend
    August 6, 2012

    Dreamweaver Design View is a browser facsimile - at best.

    MurraySummers
    Inspiring
    August 6, 2012

    CS6 is a good deal stricter in its interpretation of your HTML than CS4 was.  Does the page validate?  The easiest way to get a hinky display in CS6 is to throw invalid code at it.  You can use the W3C's validator to determin the validity of the code -

    http://validator.w3.org

    AWP64Author
    Known Participant
    August 6, 2012

    The index page is actually a .php file from Lynda.com. A file used in one of their online tutorials involving the editing of WordPress themes/templates in DreamWeaver. The W3C validation comes back as valid for HTML5.

    Jon Fritz
    Community Expert
    Community Expert
    August 6, 2012

    Yeah, they'll be different. There are things that DW6 knows that weren't invented when DW4 was out and other things that DW4 will still see that have been completely removed from HTML and are either ignored, or not rendered correctly by DW6.

    Do you have a specific question about something you're seeing?

    AWP64Author
    Known Participant
    August 6, 2012

    It almost appears that the interpretation of the css is being handled differently between the two versions. I don't know how that would be when both versions display the live view and browser output correctly.

    Rik Ramsay
    Participating Frequently
    August 6, 2012

    What exactly are you seeing as the differences? There have been quite a few instances where some reset styling has been causing a design to look different from previous DW versions due to CS6 being stricter, as Murray mentioned.

    Could you post the code or link to live page?