Aug
13
How to Remove Unnecessary Space Between lines in Dreamweaver
Posted by Shan
Sometimes you get awful lots of line spacing after you download a file from the server.
It’s really annoying to delete one by one and it takes your valuable time do that. I was searching for a easy way to fix this and found a solution in the following forum.
http://forums.digitalpoint.com/showthread.php?t=622323
This is how you do it (as for nico_swd’s post)
- 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”
Leave a Reply
You must be logged in to post a comment.