This solution generally works for everything, including Google Adsense, Analytics, ect. 1. Copy the code below into notepad and paste your code where indicated, and save as filename.htm, and upload it to the documents on your site. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Google Adsense</title> <base target="_parent"> </head> <body> <!--insert your code below--> </body> </html> 2. Next paste the following code into the HTML module on your site where desired. Change the filename.htm to the correct location of the file, also change the height and width as necessary. <iframe src="/documents/filename.htm" width="100px" height="100px" frameborder="0" marginwidth ="0px" marginheight="0px" scrolling="no"></iframe> |