1 ethan5150 Nov 28, 2012 22:50
3 sam2kb Nov 28, 2012 23:21
check the "regular expressions" first, then do the following
find
width="[0-9]+px"
replace
width="100px"
For the last year or two I code everything in Notepad++ (windows) or Geany (linux) :)
4 ethan5150 Nov 28, 2012 23:22
Awesome - now THAT'S what I was looking for! Thanks!
5 sam2kb Nov 28, 2012 23:24
no problem
Nevermind, I just used the Find & Replace in Word ...seems Notepad ++ doesn't work as well for that...