Pages

Saturday, May 5, 2012

Remove extra spaces in dreamweaver

  • While the document is open in Dreamweaver, press CTRL+F. Do the search on the source code view.
  • Check the box “Use regular expression” and uncheck any other boxes.
  • Find: [\r\n]{2,}
  • Replace: \n
  • Click “replace all”  

No comments: