I have many html files, all named index.html but being in different subdirectories. These files are created by a software. After these files being created, I want to add a Stylesheet to all of them!
If i use SEARCH:"<head>"
and REPLACE:"<head><link rel='stylesheet' href='/style.css'>"
it wouldnt work because the files would need relative paths.
Any idea how I could achieve my goal? While Iframes are oldschool they do not use the CSS of the main page i assume.
Other ideas?