Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Adsense code in dreamweaver 6.0
Old 08-27-2006, 05:05 PM Adsense code in dreamweaver 6.0
Novice Talker

Posts: 12
Name: Soren
Trades: 0
Hi.
I have a problem with adding the google adsense htmlcode to my new website.
I'm using dreamweaver 6.0. Designing page using tables. First i select the cell i want to place the google add in. then switch to "code view" and paste code :
Red is what i pasted.
When i tjek design-view, wiev i browser, or actually upload it, theres no add.
could someone give me a hint.
copy-pasting this code worked in the past when i used frontpage

<td width="3%" rowspan="3"></td>
<td height="23"></td>
<script type="text/javascript"><!--
google_ad_client = "pub-6050367002767894";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="6820084692";
google_color_border = "006699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</tr>
SMaymann is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-27-2006, 05:17 PM Re: Adsense code in dreamweaver 6.0
menerweb's Avatar
Extreme Talker

Posts: 150
Trades: 0
In fact I could not understand so much but the code must be in <td> and </td> like that:

Code:
 
<td>
 
<script type="text/javascript"><!--
google_ad_client = "pub-6050367002767894";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="6820084692";
google_color_border = "006699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
 
</td>
__________________
Portfolio:
Please login or register to view this content. Registration is FREE
| About Forex:
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
menerweb is offline
Reply With Quote
View Public Profile Visit menerweb's homepage!
 
Old 08-27-2006, 05:32 PM Re: Adsense code in dreamweaver 6.0
Novice Talker

Posts: 12
Name: Soren
Trades: 0
Thanx, That worked!!
SMaymann is offline
Reply With Quote
View Public Profile
 
Old 08-27-2006, 05:33 PM Re: Adsense code in dreamweaver 6.0
menerweb's Avatar
Extreme Talker

Posts: 150
Trades: 0
Quote:
Originally Posted by SMaymann View Post
Thanx, That worked!!
I am happy
__________________
Portfolio:
Please login or register to view this content. Registration is FREE
| About Forex:
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
menerweb is offline
Reply With Quote
View Public Profile Visit menerweb's homepage!
 
Old 08-31-2006, 11:36 PM Re: Adsense code in dreamweaver 6.0
Junior Talker

Posts: 3
Name: Eric
Trades: 0
Thanks for the info, I was looking for the same answer.
NichiRoc is offline
Reply With Quote
View Public Profile
 
Old 09-13-2006, 02:33 AM Re: Adsense code in dreamweaver 6.0
Hashim's Avatar
Experienced Talker

Posts: 39
Name: Hashim
Location: Aligarh
Trades: 0
You can also right click in cell and in which u want ads and click at "insert html", now copy paste the code and it will work, just make sure to remove those < , > already there.
__________________

Please login or register to view this content. Registration is FREE
<~~~~~ My Blog !


Please login or register to view this content. Registration is FREE
<~~~~~ Another Blog !
Hashim is offline
Reply With Quote
View Public Profile Visit Hashim's homepage!
 
Old 09-13-2006, 04:39 AM Re: Adsense code in dreamweaver 6.0
gomx80's Avatar
Experienced Talker

Posts: 45
Name: Terry
Trades: 0
you can put it into <div> Google adsensen Code </div>
__________________
Relax online:

Please login or register to view this content. Registration is FREE


Free Wallpapers:

Please login or register to view this content. Registration is FREE


Baby Girl:


Please login or register to view this content. Registration is FREE

Money online:

Please login or register to view this content. Registration is FREE
gomx80 is offline
Reply With Quote
View Public Profile
 
Old 09-13-2006, 03:57 PM Re: Adsense code in dreamweaver 6.0
Super Talker

Posts: 110
Name: Jason
Trades: 0
I would also recommend using <div> tags and formating it using CSS to lighten the page.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

autoecart is offline
Reply With Quote
View Public Profile Visit autoecart's homepage!
 
Old 09-13-2006, 04:32 PM Re: Adsense code in dreamweaver 6.0
menerweb's Avatar
Extreme Talker

Posts: 150
Trades: 0
Quote:
Originally Posted by NichiRoc View Post
Thanks for the info, I was looking for the same answer.
Happy about this too. And where is my talkupation?
__________________
Portfolio:
Please login or register to view this content. Registration is FREE
| About Forex:
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
menerweb is offline
Reply With Quote
View Public Profile Visit menerweb's homepage!
 
Old 09-13-2006, 04:41 PM Re: Adsense code in dreamweaver 6.0
menerweb's Avatar
Extreme Talker

Posts: 150
Trades: 0
Quote:
Originally Posted by autoecart View Post
I would also recommend using <div> tags and formating it using CSS to lighten the page.
Me 2. As I always said, Xhtml, Css are always the best.
__________________
Portfolio:
Please login or register to view this content. Registration is FREE
| About Forex:
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
menerweb is offline
Reply With Quote
View Public Profile Visit menerweb's homepage!
 
Reply     « Reply to Adsense code in dreamweaver 6.0
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.90869 seconds with 12 queries