html question

larinascita2021

Regular Member
Joined
May 16, 2021
Messages
228
Reaction score
92
hello bhw
i have one question for you:

i have a static html site with over 10000 pages,
I would have to insert an html code on all the pages but I would not want to do it manually. Is there any method or something that can allow me to do it quickly?
 
nope. could programmactically add to all the files but that would still take several hours with that many files
 
Find (in folder) and replace all...
Majority IDE have this feature...
 
nope. could programmactically add to all the files but that would still take several hours with that many files
Seconds, if done right, not hours. You can probably do it in Python and making the script itself would not take more than 5-10 minutes.
 
Back
Top