Updating columns from one database to another in MYSQL
mandag den 27. februar 2012
mandag den 20. februar 2012
Cu white space in dreamweaver
How to remove extra spaces
- While the document is open in Dreamweaver, press CTRL+F to load the Find & Replace dialog box. Do the search on the source code view.
- Check the box “Use regular expression” and uncheck any other boxes.
- Find: [\r\n]{2,}
- Replace: \n
- The hit “replace all”
That’s it!
Soure: http://www.jaredstenquist.com/2009/02/13/removing-extra-linebreaks-and-spaces-in-dreamweaver/
Abonner på:
Kommentarer (Atom)