Remove extra line breaks in Dreamweaver
Follow Below steps Open the document in Dreamweaver, press CTRL+F to load the Find & Replace dialog box (or Edit > Find and Replace). Do the search on the source code view. Check the box “Use regular expression” and un-check any other boxes. Find: [\r\n]{2,} Replace: \n Then hit “replace all” That’s it! Note: Please ensure you backup file or make duplicate of all files before doing above steps.