Remove Empty Spaces in Dreamweaver


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Open the file
  2. Click CTRL + F
  3. Select "Current document" in "Find in" (You can also select the folder if you have multiple files)
  4. Search in "Source code"
  5. Tick "Use regular expression"
  6. Type "[ \ r \ n ] { 2 , }" (without spaces & quotes) in "Find"
  7. Type "\n" (without quotes) in "Replace"
  8. Press "Replace All"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.