Skip navigation
Currently Being Moderated

How can I insert spaces between my content and Adsense-banners?

May 6, 2012 2:50 AM

How can I insert spaces between my content and Adsense-banners? I tried <p> </p>

 

Example:

 

Header 1

<p> </p>

<script type="text/javascript"><!--

google_ad_client = "pub-00000000000000";

/* 728x90, Erstellt 28.10.09 */

google_ad_slot = "6061582420";

google_ad_width = 728;

google_ad_height = 90;

//-->

</script>

<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>

<p> </p>

But this didn't work.

 
Replies
  • Currently Being Moderated
    May 7, 2012 2:10 PM   in reply to dirna

    Hii

     

    To have the space after the banners you may simply arrange items farther away from the HTML object in Design view, Hope this helps. Also I would request you to please provide us with a screen shot ( preview mode) of the problem.

     
    |
    Mark as:
  • Currently Being Moderated
    May 7, 2012 8:46 PM   in reply to Anshul.sharma

    Could the Op simple move the contents of th page down away from the top banner and then move the bottom banner further down awaay from the contents as well rather than try to force it with code?

     

    After all why use Muse if you wish to use coding or your own scripts to do layout work?

     

    I am just wondering!

     
    |
    Mark as:
  • Currently Being Moderated
    May 8, 2012 1:53 PM   in reply to dirna

    Hello,

     

    Thanks for the information Dirna,

     

    As I have checked the page, I would like to tell that it seems that you have used the customized code to the site and I am sorry, Unfortunately its out of our support boundaries. However on a quick in inspection it seems we may be able to point you in the right direction that you have not used the proper styling to the banner check this : http://projectuni01.businesscatalyst.com/screenshots/2012-05-09_0114.p ng.

    So in this case you need to define the proper margin and padding to the banner so that it may get styled according to your requirements.

     

    For confirmation please go through this short movie : http://projectuni01.businesscatalyst.com/screenshots/2012-05-09_0134.s wf

     

    Hope this helps,

    Regards

     
    |
    Mark as:
  • Currently Being Moderated
    May 9, 2012 8:11 AM   in reply to dirna

    Muse does not appear to understand the height and width defined within the javascript. So you need to package that JS inside a DIV with those dimensions.

     

    <div style="height:90px;width:728px;">

     

    <!--your HTML/CSS goes here-->

    <script type="text/javascript"><!--

    google_ad_client = "pub-00000000000000";

    /* 728x90, Erstellt 28.10.09 */

    google_ad_slot = "6061582420";

    google_ad_width = 728;

    google_ad_height = 90;

    //-->

    </script>

    <script type="text/javascript"

    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

    </script>

     

    </div>

     
    |
    Mark as:
  • Currently Being Moderated
    May 10, 2012 6:20 AM   in reply to dirna

    I don't know what to say. The HTML I added worked fine in Muse. I would guess that this forum is meddling with copy/pasted HTML & JS. 

     

    Instead of copying/pasting text that might have been mangled in this forum, try manually typing the red text shown above to envelope your existing JS.

     
    |
    Mark as:
  • Currently Being Moderated
    May 10, 2012 7:15 AM   in reply to dirna

    I hope to add Goggle Adsense to some of my website. I hope Adobe can do a video tutorial at Adobe TV.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points