Remove extra line breaks in Dreamweaver

Follow Below steps

  1. 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.
  2. Check the box “Use regular expression” and un-check any other boxes.
  3. Find: [\r\n]{2,}
  4. Replace: \n
  5. Then hit “replace all”
That’s it!
Note: Please ensure you backup file or make duplicate of all files before doing above steps.

Comments

Popular posts from this blog

Apexcharts not re-render after ajax call - Solved

Redirect http to https in codeigniter