I'm trying to post an adsense referral code inside the post, but doesn't work. It's a text code. I tried it with this three following way, but whatever I do, nothing appears in the blog... 1st attempt: I've changed all the: < with < > with > " with " <script type="text/javascript"><!-- google_ad_client = "pub-x"; /* Firefox Text Link, created 3/29/08 */ google_ad_slot = "4921075202"; google_ad_output = "textlink"; google_ad_format = "ref_text"; google_cpa_choice = ""; // on file //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> Code (markup): I have tried the original: <script type="text/javascript"><!-- google_ad_client = "pub-x"; /* Firefox Text Link, created 3/29/08 */ google_ad_slot = "4921075202"; google_ad_output = "textlink"; google_ad_format = "ref_text"; google_cpa_choice = ""; // on file //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> Code (markup): Or replace the: <!-- with <!-- AND //--> //--> <script type="text/javascript"><!-- google_ad_client = "pub-x"; /* Firefox Text Link, created 3/29/08 */ google_ad_slot = "4921075202"; google_ad_output = "textlink"; google_ad_format = "ref_text"; google_cpa_choice = ""; // on file //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> Code (markup): Tried all of them. Nothing works! What do I need to do then? Thanks!