Major annoying adsense text file problem

Discussion in 'HTML & Website Design' started by IamNed, Oct 1, 2006.

  1. #1
    When I copy my adsense or yahoo code to the text fiel the ads dont show up

    then when I view the souce code I see that the javascript got all mashed up by the text file or somethign like that

    Here is what is looks like when you view the code:

    <script language="JavaScript" type="text/javascript"><br><!--<br>ctxt_ad_partner = "";<br>ctxt_ad_section = "";<br>ctxt_ad_bg = "";<br>ctxt_ad_width = 250;<br>ctxt_ad_height = 250;<br>ctxt_ad_bc = "D2E4FC";<br>ctxt_ad_cc = "FFFFFF";<br>ctxt_ad_lc = "0000DE";<br>ctxt_ad_tc = "333333";<br>ctxt_ad_uc = "999999";<br>// --><br></script><br><script language="JavaScript" src="http://ypn-js.overture.com/partner/js/ypn.js"><br></script><br>

    Since it is all smashed up the ads dont show

    Here is how it should look:



    <script language="JavaScript" type="text/javascript">

    <!--

    ctxt_ad_partner = "";

    ctxt_ad_section = "";

    ctxt_ad_bg = "";

    ctxt_ad_width = 250;

    ctxt_ad_height = 250;

    ctxt_ad_bc = "D2E4FC";

    ctxt_ad_cc = "FFFFFF";

    ctxt_ad_lc = "0000DE";

    ctxt_ad_tc = "333333";

    ctxt_ad_uc = "999999";

    // -->

    </script>

    <script language="JavaScript" src="http://ypn-js.overture.com/partner/js/ypn.js">

    </script>

    When ever I go to my text editor and copy the code it gets smashed up.
     
    IamNed, Oct 1, 2006 IP
  2. IamNed

    IamNed Peon

    Messages:
    2,707
    Likes Received:
    276
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Nevermind

    disabling wordwrap seems to fix this problem

    still annoying though
     
    IamNed, Oct 1, 2006 IP
  3. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Pat Gael, Oct 1, 2006 IP