Click to See Complete Forum and Search --> : help needed...automation process????
justlost
09-13-2005, 10:42 PM
I a rookie to html , i have a question, is there any softwere what would automate the following? I have 200+ pages that i want to add links to the bottom of, i am trying to find something that would automaticly do this. i dont want to have to open every page just to paste a few links on. opening 200 pages and pasting on them is going to be a bit time consuming.
I hope you guys can help me
Thanks
PeOfEo
09-13-2005, 11:34 PM
Not with html. It looks like you are going to have to edit 200 files this time, but you should look into adding an include to the bottom of each file. What a server side include is is a file that gets included at the bottom of every page, the server actually parses the contents of an ascii file (txt, html, inc, so on and so fourth) into your file.
You might also consider using a server side script and storeing all content in a database. Your 200 page website could turn into something that is one or two files because all of the contents would be in the database, but you could have the exact same affect as if you had 200 files.