Affliate box

I tryed this and it dont fit at all, its to much to the right what can i do?

Code:
<div class="section visitorPanel">
    <div class="secondaryContent">
        <div class="visitorText">
            <h3>Sponsor</h3>
              <script type="text/javascript"><!--
google_ad_client = "ca-pub-.....";
/* 250x250 */
google_ad_slot = "4679386166";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        </div>
 
    </div>
</div>

spon.jpg
 
I didnt exactly understand can you please paste the code?


He says to just remove the code he posted above, so it becomes this:
Code:
<div class="section visitorPanel">
        <div class="visitorText">
            <h3>Sponsor</h3>
              <script type="text/javascript"><!--
google_ad_client = "ca-pub-.....";
/* 250x250 */
google_ad_slot = "4679386166";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        </div>
</div>
 
He says to just remove the code he posted above, so it becomes this:
Code:
<div class="section visitorPanel">
        <div class="visitorText">
            <h3>Sponsor</h3>
              <script type="text/javascript"><!--
google_ad_client = "ca-pub-.....";
/* 250x250 */
google_ad_slot = "4679386166";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        </div>
</div>
Thank you for the help but it didnt work
 
Top Bottom