
Hey People,
I just want to share a technique I discovered that I found pretty usefull. Maybe it's of use for some of you.
I wanted to change the background color in 52 files, and I couldn't find a way to do this with a command-line command. So, I opened all 52 files in Notepad++ (free downloadable). I looked up the definition for the page color and pressed 'ctrl+h'. Then I replaced
pagecolor="#000000"
with
pagecolor="#8080ff"
in **all open documents** at once and pressed 'save all open documents'.
Then, I repeated this proces with
borderopacity="0.0"
changing to
borderopacity="1.0"
I guess this is also understandable for not-to-tech-savy users, that's why I post it here. It would also be applicable for other properties, provided you can do an easy "search and replace". (well, even regular expressions are possible in Notepad++, but that's a bit tough, maybe).
Maarten
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.
This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses.
www.powel.no **********************************************************************