3
I had a similar problem posting google ads in AMS. The quick and dirty workaround was to remove all line breaks and the HTML comment marks.
Example...
Change:
<script type="text/javascript">
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
script><iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0869296573901896&dt=1129075124484&lmt=1129075124&prev_fmts=728x90_as&format=468x60_as&output=html&url=http%3A%2F%2Fcsqa.info%2Fmodules%2Fweblinks%2F&ad_type=image&ref=http%3A%2F%2Fwww.xoops.org%2Fmodules%2Fnewbb%2Fviewtopic.php%3Ftopic_id%3D42513%26forum%3D1%26post_id%3D186172&cc=100&u_h=768&u_w=1024&u_ah=740&u_aw=1024&u_cd=32&u_tz=-240&u_his=1&u_java=true&u_nplug=22&u_nmime=92" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="60" scrolling="no" width="468"><img>iframe>
To:
<script type="text/javascript">google_ad_client = "pub-0869296573901896";google_ad_width = 468;google_ad_height = 60;google_ad_format = "468x60_as";google_ad_type = "image";google_ad_channel ="";script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">script><iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0869296573901896&dt=1129075124484&lmt=1129075124&prev_fmts=728x90_as&format=468x60_as&output=html&url=http%3A%2F%2Fcsqa.info%2Fmodules%2Fweblinks%2F&ad_type=image&ref=http%3A%2F%2Fwww.xoops.org%2Fmodules%2Fnewbb%2Fviewtopic.php%3Ftopic_id%3D42513%26forum%3D1%26post_id%3D186172&cc=100&u_h=768&u_w=1024&u_ah=740&u_aw=1024&u_cd=32&u_tz=-240&u_his=1&u_java=true&u_nplug=22&u_nmime=92" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="60" scrolling="no" width="468"><img>iframe>
Hope this helps.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.