Pages

Saturday, March 30, 2013

Remove extra space in dreamweaver

  1. Open the file
  2. Click CTRL + F
  3. Tick "Use regular expression"
  4. Type  the following in "Find"
  5. 
    [\r\n]{2,}
    
    
  6. Type  the following in "Replace"
  7. 
    \n
    
  8. Press "Replace All"

No comments: