How to remove blank lines in Dreamweaver?

13
Nov/09
1

How to remove blank lines in Dreamweaver?

  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 quotes) in “Find”
  7. Type “\n” (without quotes) in “Replace”
  8. Press “Replace All”

Comments (1) Trackbacks (0)
  1. reennySmase
    1:27 pm on December 11th, 2009

    Amazing, I didn’t know about that up to now. Cheers!!

Leave a comment

No trackbacks yet.