I think I have narrowed down my problem to having something to do with line breaks. When I paste the code into the item description html tool and publish the site it is not reading the line breaks. This is essentially the only difference I can find in my code and Eric's exact code (used for testing).
Any help? Could this be the problem?
Eric's source code (works)
view-source:http://progrower.coffeecup.com/shop/viewcategory.php?groupid=28
<style type="text/css"> <!--#adsensecode {float:right ;padding-right: 100px;}#textbox {text-align:justify;text-justify:inter-word;width:20em} --> </style><div id="adsensecode"><script type="text/javascript"><!--
google_ad_client = "ca-pub-6600248762472507";
/* test */
google_ad_slot = "0107552881";
google_ad_width = 120;
google_ad_height = 240;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
My source code (doesn't work)
view-source:http://rodsdeals56.com/shop/viewitem.php?productid=8
<style type="text/css"> <!--#adsensecode {float:right ;padding-right: 100px;}#textbox {text-align:justify;text-justify:inter-word;width:20em} --> </style><div id="adsensecode"><script type="text/javascript"><!--google_ad_client = "ca-pub-6600248762472507";/* test */google_ad_slot = "0107552881";google_ad_width = 120;google_ad_height = 240;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>
I have tried using enter, return, everything I can think of, but the line breaks still do not show in the source code. However, I can paste the code in an html editor and it works like a charm.