Hi
I'd like to change the styles of all my html pages in my site, but doing it manually is so painful.
I have to find this string:
and replace with this one:
But regular text editors like Textpad and Notepad++ appear not to be able to do this. When I paste the first part in the find field, it even automatically includes the "/n" special characters, but it doesn't perform well the "find in files" function.
Do you know a good program to do this automatically?
thanks!
I'd like to change the styles of all my html pages in my site, but doing it manually is so painful.
I have to find this string:
| Code: |
| <style type="text/css">
<!-- .style1 {font-family: Georgia, "Times New Roman", Times, serif} --> </style> |
and replace with this one:
| Code: |
| <style type="text/css"><!--
.style1 {font-family: Georgia, "Times New Roman", Times, serif} a:link {color: rgb(153, 51, 0);} a:visited {color: rgb(153, 51, 0);} a:active {color: rgb(153, 51, 0);} a:hover {color: rgb(153, 51, 0);} --> </style> |
But regular text editors like Textpad and Notepad++ appear not to be able to do this. When I paste the first part in the find field, it even automatically includes the "/n" special characters, but it doesn't perform well the "find in files" function.
Do you know a good program to do this automatically?
thanks!
