Can anyone write a simple software that adds html after body tag to all html files inside folder?
i want an easy way to add new recips to old galleries
Sounds more like you want to replace existing code with new code if I read you right. Problem with that would be having the program accurately identify which code needs to be replaced.
If you truly mean just adding html code after the body tag that is a cakewalk and could be put together pretty easy.
Sounds more like you want to replace existing code with new code if I read you right. Problem with that would be having the program accurately identify which code needs to be replaced.
If you truly mean just adding html code after the body tag that is a cakewalk and could be put together pretty easy.
not replacing...i have a gallery with no recip at all and the program needs to add a recip in a new html file
not replacing...i have a gallery with no recip at all and the program needs to add a recip in a new html file
Easiest way I can think of to do it is the find and replace (advanced) in dreamweaver. Do a search for "<body>" replace with "<body> your code" in folder (subfolders too if checked.) Do a test on a few before doing the whole shebang. That should do it though.
This is a good example of why freelance software projects fail. Half assed forum request with half assed specs.
I'll do it for $2 bucks and it'll take 15 minutes.
Oh wait - now you want a server app that parses directories and makes changes to some files rather than any app that replaces a <body> tag with a <body> tag plus text.
I have a great idea...
Spec out your project before you post crap and waste people's time.
This is a good example of why freelance software projects fail. Half assed forum request with half assed specs.
I'll do it for $2 bucks and it'll take 15 minutes.
Oh wait - now you want a server app that parses directories and makes changes to some files rather than any app that replaces a <body> tag with a <body> tag plus text.
I have a great idea...
Spec out your project before you post crap and waste peoples time.
well if u have an icq number i can give you exact specs...that's what icq is for....
Comment