Need
DNN Support
?
DeskPal.com
Learn DNN / DotNetNuke
Login
Subscribe to DNNCreative
Home
Subscribe
Training & Tutorials
Tutorials for Beginners
Tutorials for Administrators
Tutorials for Core Modules
Tutorials for Advanced Users
How to Build a Website in DotNetNuke
Skinning Tutorials
Module Development
Third Party Modules
Forum
Search
Search
Home
Subscribe
+
Training & Tutorials
Tutorials for Beginners
Tutorials for Administrators
Tutorials for Core Modules
Tutorials for Advanced Users
How to Build a Website in DotNetNuke
Skinning Tutorials
Module Development
Third Party Modules
Forum
You need to
Register
for free and
Login
to post a message in the forum.
Forum
Forums
Search Forum
Search
Advanced Search
Topics
Posts
Unanswered
Active Topics
Forums
>
Users Lounge
>
Everything Else
How to place google adsense within DNN-blue skin
Last Post 01/14/2007 10:11 PM by
Kenis Polanco
. 2 Replies.
Sort:
Oldest First
Most Recent First
Check this box to subscribe to this topic.
Prev
Next
You are not authorized to post a reply.
Author
Messages
Kenis Polanco
Nuke Pro
Posts:63
01/12/2007 1:59 PM
hi lee,
I am currently trying to enter an adsense within the DNN-blue skin
however I am having a problem with wrapping the adsense with the
paragraphs
when I run the website the adsense appears within the title bar
I have tried to play around with the ascx code and the adsense
appears everywhere except within the
paragraphs
here is my code:
container:
Image Header - White Background.ascx:
<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD valign="middle" nowrap><dnn:ACTIONS runat="server" id="dnnACTIONS" /></TD>
<TD valign="middle" nowrap><dnn:ICON runat="server" id="dnnICON" /></TD>
<TD valign="middle" width="100%" nowrap> <dnn:TITLE runat="server" id="dnnTITLE" /></TD>
<TD class="googlesquareleft"><script type="text/javascript"><!--
google_ad_client = "pub-4326389331401253";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
//2006-10-14: dnn example
google_ad_channel = "7119732510";
google_color_border = "F7F7F7";
google_color_bg = "F7F7F7";
google_color_link = "F7F7F7";
google_color_text = "000000";
google_color_url = "003366";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></TD>
<TD valign="middle" nowrap><dnn:VISIBILITY runat="server" id="dnnVISIBILITY" /><dnn:ACTIONBUTTON5 runat="server" id="dnnACTIONBUTTON5" CommandName="ModuleHelp.Action" DisplayIcon="True" DisplayLink="False" /></TD>
</TR>
</TABLE>
container:
Image Header - White Background.html:
<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD align="left" valign="middle" nowrap>[ACTIONBUTTON:1]</TD>
<p class="googlesquareleft"><script type="text/javascript"><!--
google_ad_client = "pub-4326389331401253";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
//2006-10-14: dnn example
google_ad_channel = "7119732510";
google_color_border = "F7F7F7";
google_color_bg = "F7F7F7";
google_color_link = "F7F7F7";
google_color_text = "000000";
google_color_url = "003366";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<TD align="right" valign="middle" nowrap>[ACTIONBUTTON:2] [ACTIONBUTTON:3] [ACTIONBUTTON:4]</TD>
</TR>
</TABLE>
container:
container.css:
.googlesquareleft
{
width: 252px;
height: 252px;
margin: 15px 10px 5px 10px;
float: left; /*allows main content to wrap around google ad */
/* note: after this we need to use the clear class to clear the
end of the container */
}
Lee Sykes
DNN Creative Staff
Nuke Master VI
Posts:4945
01/13/2007 8:56 AM
Hello,
I've just taken the DNN Blue container and put adsense in the text area. - This is the code I used - you will notice I placed the code inside the table cell for the content area of the container:
<TABLE class="containermaster_blue" cellSpacing="0" cellPadding="5" align="center" border="0">
<TR>
<TD class="containerrow1_blue">
<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD valign="middle" nowrap><dnn:ACTIONS runat="server" id="dnnACTIONS" /></TD>
<TD valign="middle" nowrap><dnn:ICON runat="server" id="dnnICON" /></TD>
<TD valign="middle" width="100%" nowrap> <dnn:TITLE runat="server" id="dnnTITLE" /></TD>
<TD valign="middle" nowrap><dnn:VISIBILITY runat="server" id="dnnVISIBILITY" /><dnn:ACTIONBUTTON5 runat="server" id="dnnACTIONBUTTON5" CommandName="ModuleHelp.Action" DisplayIcon="True" DisplayLink="False" /></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD class="containerrow2_blue" id="ContentPane" runat="server" align="center"><p class="googlesquareleft_ih"><script type="text/javascript"><!--
google_ad_client = "pub-0292528573481571";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
google_ad_channel ="7735649050";
google_color_border = "E9D8D8";
google_color_bg = "E9D8D8";
google_color_link = "003366";
google_color_text = "000000";
google_color_url = "003366";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p></TD>
</TR>
<TR>
<TD class="containerrow2_blue">
<HR class="containermaster_blue">
<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD align="left" valign="middle" nowrap><dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" DisplayLink="True" /></TD>
<TD align="right" valign="middle" nowrap><dnn:ACTIONBUTTON2 runat="server" id="dnnACTIONBUTTON2" CommandName="SyndicateModule.Action" DisplayIcon="True" DisplayLink="False" /> <dnn:ACTIONBUTTON3 runat="server" id="dnnACTIONBUTTON3" CommandName="PrintModule.Action" DisplayIcon="True" DisplayLink="False" /> <dnn:ACTIONBUTTON4 runat="server" id="dnnACTIONBUTTON4" CommandName="ModuleSettings.Action" DisplayIcon="True" DisplayLink="False" /></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<BR>
CSS code:
.googlesquareleft_ih
{
width: 252px;
height: 252px;
margin: 15px 10px 5px 10px;
float: left; /* allows main content to wrap around google ad */
/* note after this the clear class is called up at the end of the container
to clear the float */
}
Hope this helps, thanks,
Lee Sykes
Site Administrator
Subscribe to the website
:
DotNetNuke Video Tutorials
:
The Skinning Toolkit
:
DotNetNuke Podcasts
Twitter:
www.twitter.com/DNNCreative
Kenis Polanco
Nuke Pro
Posts:63
01/14/2007 10:11 PM
Thanks for your quick and clear response
You are not authorized to post a reply.
Special Bonuses
--Subscriber Bonuses
--Readers Offers
Users Lounge
--Announcements
--DNN Creative Articles
--Everything Else
--Feedback, Suggestions and More
--Membership
--Site Review Please!
--Testimonials
--Podcasts
DotNetNuke®
--DotNetNuke® Questions
--Modules
--Modules - What's needed?
--Quick Tips
Hosting
--DotNetNuke® Hosting Providers
Skinning Toolkit
--Skinning Toolkit
UK DotNetNuke User Group
Forums
>
Users Lounge
>
Everything Else
Latest Forum Posts
Can you Run Xcode in Linux?
by Aman Singh
Can you Run Xcode in Linux?
Can you Run Xcode in Linux?
by Aman Singh
Can you Run Xcode in Linux?
Billed for subscription that was canceled
by Ryan
I was just billed for a subscription that was canc eled / inactivetive how do I get a refund for th
Meta Title and Meta Description are not showing properly
by DNN User
Hi, On my site the meta title and meta descriptions are not showing properly. It's showing the m
Search is not functioning properly
by DNN User
Site: https://www.prv-engineering.co.uk/search If I search any item only the 1st option under sea
Search is not functioning properly
by DNN User
Site: https://www.prv-engineering.co.uk/search If I search any item only the 1st option under sea
DNN Platform import site optio
by Melanie Weaver
Is it possible to import site template in DNN Platform 8.0? We have internal Evoq Content 8.1 tha
Events Module for DNN V5?
by Tugboat
Would anyone have a download link for the version 5.0.3 Events Module? Thanks!
"Ghost" TabID Number?
by Tugboat
Hi! I have a portal instance with multiple child portals and on one of the child portals, there i
RE: DNN Load Testing
by ayman sharkawy
Hi. Have you already implemented a site using the DNN . And how the performance of the site and its
Publish All Pages
by NSUOK
I'm using DNN Evoq Content Basic 8.2.0. When I make the HTML Pro module display on all pages, I h
Simpler profile needed in 9.2.2
by Donald
We are upgrading a DNN 4.8.4 site to DNN 9.2.2. On 4.8.4, the top bar shows the user’s name. If yo
How to link from dnnmodal popup to web site page?
by Donald
Hello all. I am using a dnnmodal.show popup. The popup works correctly, showing the content that I
RE: Document Collaboration
by Nick Davern
That feature would be super beneficial for our needs as well! Does anyone have an update as to if th
RE: DNN 9.2, how to set default theme?
by Andy Stephenson DNN Creative
you do that under "Manage/Themes". Note the highlight blue border around the default container and d
DNN 9.2, how to set default theme?
by Donald
Please disregard, found Manage Themes I cannot find how to set a default portal theme in DNN 9.2
RE: Looking for DataSprings Dynamic Forms
by Andy Stephenson DNN Creative
Your best chance would be to contact Chad Nash @ http://www.datasprings.com/
Looking for DataSprings Dynamic Forms
by Jakir HM
Looking for DataSprings Dynamic Forms 3.4 for DNN 4.x 5.x for my site (https://themasters2018s.com/)
RE: Help with Cycle Image Carousel not displaying images
by peter
I had the same problem with the Will Strohl Content Slider after upgrading to DNN 9.1 The above an
RE: Object reference not set to an instance of an object
by Andy Stephenson DNN Creative
Check this one might be useful: http://www.dnnsoftware.com/answers/im-tryin-to-move-my-site-to-pr
Used
By
Testimonials