How The Heck Do I Post A Referral Code In Blogspot?

Discussion in 'HTML & Website Design' started by JohnS0N, Apr 2, 2008.

  1. #1
    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 &lt;
    > with &gt;
    " with &quot;

    &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
    google_ad_client = &quot;pub-x&quot;;
    /* Firefox Text Link, created 3/29/08 */
    google_ad_slot = &quot;4921075202&quot;;
    google_ad_output = &quot;textlink&quot;;
    google_ad_format = &quot;ref_text&quot;;
    google_cpa_choice = &quot;&quot;; // on file
    //--&gt;
    &lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot;
    src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
    &lt;/script&gt;
    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 &lt;!--
    AND
    //--> //--&gt;

    <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!
     
    JohnS0N, Apr 2, 2008 IP