Problem 1: Swap Image function in Dreamweaver CS5
Swap Image function in Dreamweaver CS5
I rely on the built in features of Dreamweaver. One of my favorites is the “swap image and restore” feature. I also do everything I can to make the pages I work on validate
While working on a magazine page, I used the “swap image” and when I checked it in FireFox, it had 24 errors and 5 Warnings, and when checked in the W3C Markup Validation Service it found 24 errors and 22 warnings. After spending over an hour examining the code I found that Dreamweaver CS5 had omitted just two tiny lines of code in the header section of the page.
<script type=”text/javascript”>
<!--(This was omitted in CS5) function…
… — and —
//--> (This was omitted in CS5)
</script>