On Thursday 18 May 2006 10:32, Omer Zak wrote: > Several of my Web site files are valid HTML 4.01 Transitional, because > Google AdSense for Search code is not XHTML valid (I notified Google > about this problem, but they were not interested in solving this > problem). >
Hmmm... my personal home site (http://www.shlomifish.org/) is XHTML 1.1 (derived from XHTML 1.0 Strict) and yet I have Google AdSense in two places. From what I recall, I had to modify the HTML markup Google gave me a bit, but it wasn't a big deal. I'm using the following markup: <<<<<<<<<<<<<< <script type="text/javascript"><!-- google_ad_client = "pub-2480595666283917"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text"; google_ad_channel =""; google_color_border = "336699"; google_color_text = "000000"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_url = "008000"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> >>>>>>>>>>>>>> I believe you can implement a similar solution. Regards, Shlomi Fish --------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Homepage: http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%. ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]