Don
ok, basically i've got this now..
http://bleddyn.co.uk/photos/france/pages/DSC01060_jpg.htm
and want them all to look like this..
http://bleddyn.co.uk/photos/france/pages/DSC00952_jpg.htm
so basically i need to
open a series of .htm files
1 remove <h2>*.</h2>
2 replace 'Previous' with <img src="previous.png" alt="previous" width="20" height="20" border="0">
3 replace 'Home' with <img src="home.png" alt="home" width="20" height="20" border="0">
4 replace 'Next' with <img src="next.png" alt="next" width="20" height="20" border="0">
save (same filename)
can someone help me with this? i'm used to using batch files, but only on the filenames etc themselves, never the content..
http://bleddyn.co.uk/photos/france/pages/DSC01060_jpg.htm
and want them all to look like this..
http://bleddyn.co.uk/photos/france/pages/DSC00952_jpg.htm
so basically i need to
open a series of .htm files
1 remove <h2>*.</h2>
2 replace 'Previous' with <img src="previous.png" alt="previous" width="20" height="20" border="0">
3 replace 'Home' with <img src="home.png" alt="home" width="20" height="20" border="0">
4 replace 'Next' with <img src="next.png" alt="next" width="20" height="20" border="0">
save (same filename)
can someone help me with this? i'm used to using batch files, but only on the filenames etc themselves, never the content..