Is there a way to use Scheduler to change the background colour on a local html file.
It is being exported by a 3rd party with the background colour always set to white, I would like to change it to black.
""
Is the line
Changing HTM file
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
1. Read in the .htm file with ReadFile
2. Replace occurences of with
3. Write back to .htm file
So, something like:
Let>filename=c:\bla\index.htm
ReadFile>filename,htmlFile
StringReplace>htmlFile,,,htmlFile
DeleteFile>filename
WriteLn>filename,res,htmlFile
2. Replace occurences of with
3. Write back to .htm file
So, something like:
Let>filename=c:\bla\index.htm
ReadFile>filename,htmlFile
StringReplace>htmlFile,,,htmlFile
DeleteFile>filename
WriteLn>filename,res,htmlFile
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?