How to remove blank lines in Dreamweaver?
13
Nov/091
Nov/091
How to remove blank lines in Dreamweaver?
- 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”
Comments (1)
Trackbacks (0) ( subscribe to comments on this post )
Leave a comment
No trackbacks yet.
1:27 pm on December 11th, 2009
Amazing, I didn’t know about that up to now. Cheers!!