January 3, 200917 yr HELLOW, My name is Waqar shaikh and i am trying to create a website for many months. i have not experience of web designing. now i am working on a project of prepaired website which require to insert your own google adsense codes and affiliate links for your products. in this project there are 15000 pages. I want to ensert same code of google adsense and affiliate product on top and bottom of each page. manually it is very hard to edit each page. i need a utility or way to edit all pages at once. i have a utility named "artical booster" which edit multiple pages at once but it require a normal text file and have some problem with this program. if you know the same program or a way to edit and send codes in each page so please tell me how? i used dream veawer and try to use templete but each page convert to templete page and orignal data of the page disappear so i am fail to using templete . please you must help me and guide me because i join this forum for this problem and now i am waiting your response. NOTE: MY WEBSITE PROJECT IS STOPED BY MANY MONTHS FOR THIS PROBLEM. by waqar
January 4, 200917 yr Hello, You can use Dreamweaver's Find and Replace function to edit the entire site. You simply need to view your source code and highlight the block of text you wish to edit. Then you right click on it and choose 'replace'. From there you can choose to edit the text from either the current document only or from a FOLDER of documents. I did just this when I was adding a Google Analytics script to a large site. The script needed to be inserted just before the closing body tag, so I replaced </body> with this: </body> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-2962363-2"; urchinTracker(); </script> Be careful, though - you can't "undo" changes to the files that are not already open in Dreamweaver. Edited February 7, 201016 yr by Sam G added [code] tags
Create an account or sign in to comment