CSS Styles not displayed properly in design view -SOLVED (not 'Display Styles') -
11-16-2007
, 10:20 AM
For several weeks, I've been troubleshooting the issue of CSS and inline styles
not being displayed properly when in Dreamweaver CS3 design view, and checking
in to the forums occassionally to see if there was a solution other than making
sure "Display Styles" was selected under View -> Style Rendering (it was, and
still nothing would display properly!).
After much frustration, I may have found the solution to those still
experiencing the issue even after "Display Styles" is appropriately checked. I
went in to my master template for the site, and found an erroneous <br> tag
after the <link href> for the stylesheet, which I must have inadvertantly
inserted when I added the code for the site's favicon. (You get so used to
Shift-Enter in layout mode, it's almost automatic, regardless of what pane your
in.) I can't believe I missed this before! Deleting the erroneous tag cleaned
up the whole site. |