Promote your Service and Product online Contact us

+91 87 44 999667; +91 99 11 883996 info@3pixls.com, sales@3pixls.com

How to Remove Unncessary Space Between lines in Dreamweaver?


See there are lots of unnecessary space between lines

dreamweaver-whitespace-example-before

This is very easy to Remove unnecessary space

  • Open the file
  • Click CTRL + F
  • Select “Current document” in “Find in” (You can also select the folder if you have multiple files)
  • Search in “Source code”
  • Tick “Use regular expression”
  • Type “[\r\n]{2,}” (without quotes) in “Find”
  • Type “\n” (without quotes) in “Replace”
  • Press “Replace All”

dreamweaver-whitespace-example-after