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.
I think I have tried more space between html object and the pictures.
http://szenerien.de/index.php?option=com_content&view=article&id=151&I temid=124
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!
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
Thank you, Anshul, I'll will try to check it out.
I'm sorry your screencast stops at 1:06 of 3: 44. Is the swf still uploading?
Best regards
Harald
Von: Anshul.sharma forums@adobe.com
Gesendet: Dienstag, 8. Mai 2012 22:54
An: dirna
Betreff: Re: How can I insert spaces between my content and Adsense-banners? How can I insert spaces between my content and Adsense-banners?
Re: How can I insert spaces between my content and Adsense-banners?
created by Anshul.sharma <http://forums.adobe.com/people/Anshul.sharma> in Help with using Adobe Muse - View the full discussion <http://forums.adobe.com/message/4388926#4388926
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>
Thank you, the swf-file is corrupt, downloads were aborted.
The div-solution didn't work, maybe I made a coding mistake?
Marian Driscoll wrote:
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>
| <a class="nonblock nontext grpelem" id="u509" href="http://www.szenerien.de/ClearView-Szenerien/Downloads/Wiesensenke.zip"><!-- image --><img id="u509_img" src="images/wiesensenke.jpg" alt="" width="400" height="150"/></a> | |
| <div class="clearfix grpelem" id="u529-4"><!-- content --> | |
| <p>Wiesensenke</p> | |
| </div> | |
| </div> | |
| <div class="colelem" id="u531"><!-- custom html --> |
| </div> | |
| <div style="height:90px;width:728px;"> |
| <script type="text/javascript"><!-- |
| google_ad_client = "pub-000000000000000"; |
| /* 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> |
No spaces were to be seen.
Can you please correct this code?
Thank you, I tried this, and now I have the spaces I need for not getting in conflict with Adsense-rules:
<div style="height:45px;width:728px;">
</div>
<script type="text/javascript"><!--
google_ad_client = "pub-(my publisher account number";
/* 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>
North America
Europe, Middle East and Africa
Asia Pacific