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
Need website help google adds
Old 06-19-2005, 04:36 PM Need website help google adds
cowsgonemadd3's Avatar
Ultra Talker

Posts: 371
Location: Ware Shoals SC
Trades: 0
Take a look at my site:
http://www.spywarebeaters.com

Ok soon as it opens look to the left. See that little image of a laptop? I want to put where that images is a google add how can I do this? A google add will fit size wide but how do I edit the template to allow it to work?

Here is the template code where the banner goes


Quote:
<TD bgColor=#000066 vAlign=top width=139><IMG height=153
src="http://img107.exs.cx/img107/2265/spywarebeaterslogo4hn8th.gif" width=142
tppabs="http://www.templatestyles.com//preview2/004/images/image_main.gif"></TD>
<TD vAlign=top width=597><IMG height=44
src="http://img192.exs.cx/img192/4984/pageheader6jm.gif" width=597
tppabs="http://www.templatestyles.com//preview2/004/images/page_header.gif"><BR>
<TABLE border=0 cellPadding=0 cellSpacing=10 width=597>
<TBODY>
<TR>
As you know google adds are scripts. What should I do?
__________________

Please login or register to view this content. Registration is FREE
cowsgonemadd3 is offline
Reply With Quote
View Public Profile Visit cowsgonemadd3's homepage!
 
 
Register now for full access!
Old 06-19-2005, 04:44 PM
Choryo's Avatar
Skilled Talker

Posts: 66
Location: England
Trades: 0
i cant help you with your problem but i was scoping out your site and it looks awsome how did you make the forums cos i need to make one but dont know where to start.
__________________
The site below are mine feel free to pm me with comments on them:

Please login or register to view this content. Registration is FREE
(v2.0 is complete feel free to pm me with any tips etc.)

Please login or register to view this content. Registration is FREE
Choryo is offline
Reply With Quote
View Public Profile Visit Choryo's homepage!
 
Old 06-19-2005, 06:14 PM
cowsgonemadd3's Avatar
Ultra Talker

Posts: 371
Location: Ware Shoals SC
Trades: 0
Thanks for the feedback on my site! Its not done yet though...
Send me a pm or register on my site and I will help you out on making forums!
__________________

Please login or register to view this content. Registration is FREE
cowsgonemadd3 is offline
Reply With Quote
View Public Profile Visit cowsgonemadd3's homepage!
 
Old 06-21-2005, 07:29 PM
Junior Talker

Posts: 2
Trades: 0
do u mean putting the google adds on the banner thats easy just slice the banner in two and make one half a background image were u want the add to appear
Aaron is offline
Reply With Quote
View Public Profile
 
Old 06-21-2005, 10:21 PM
cowsgonemadd3's Avatar
Ultra Talker

Posts: 371
Location: Ware Shoals SC
Trades: 0
I want the adds where the banner is and I need help making it work. Its a script and thats a image code. I want to put the script where the image is and not mess up my site.
Thanks
__________________

Please login or register to view this content. Registration is FREE
cowsgonemadd3 is offline
Reply With Quote
View Public Profile Visit cowsgonemadd3's homepage!
 
Old 06-22-2005, 02:29 AM
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
not sure what you are asking.

If it's the same size you swap the image code for the adsense code.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-22-2005, 11:06 AM
cowsgonemadd3's Avatar
Ultra Talker

Posts: 371
Location: Ware Shoals SC
Trades: 0
The adsense banner will be the same size but I dont know how to edit the HTML code to add the google code where the image was and not mess up my site. Like swop the script with the images html and not mess my site up.
__________________

Please login or register to view this content. Registration is FREE
cowsgonemadd3 is offline
Reply With Quote
View Public Profile Visit cowsgonemadd3's homepage!
 
Old 07-01-2005, 10:58 AM
cowsgonemadd3's Avatar
Ultra Talker

Posts: 371
Location: Ware Shoals SC
Trades: 0
Ok so the google image banner is a script and the normal image is just a url. In that HTML snip of my site where that image is how would I add my google script and make it work without messing up my site.
Thanks
__________________

Please login or register to view this content. Registration is FREE
cowsgonemadd3 is offline
Reply With Quote
View Public Profile Visit cowsgonemadd3's homepage!
 
Old 07-01-2005, 11:26 AM
onlyplace4's Avatar
Extreme Talker

Posts: 159
Location: Skegness, Lincolnshire, England
Trades: 0
Try changing the first TD of your code to:

Code:
<TD bgColor=#000066 vAlign=top width=139>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></TD>
You will of course need to put the remainder of the AdSense code in a javascript code segment somewhere on the page (within the header is usually the best place).

Should work provided you don't forget the extra AdSense code and have set the dimensions up in that correctly.
__________________

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
onlyplace4 is offline
Reply With Quote
View Public Profile Visit onlyplace4's homepage!
 
Old 07-02-2005, 01:13 AM
cowsgonemadd3's Avatar
Ultra Talker

Posts: 371
Location: Ware Shoals SC
Trades: 0
It did not work for me. Here is the adsense script how would it look?

Quote:
<script type="text/javascript"><!--
google_ad_client = "pub--------------";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
__________________

Please login or register to view this content. Registration is FREE
cowsgonemadd3 is offline
Reply With Quote
View Public Profile Visit cowsgonemadd3's homepage!
 
Old 07-02-2005, 11:08 AM
onlyplace4's Avatar
Extreme Talker

Posts: 159
Location: Skegness, Lincolnshire, England
Trades: 0
Worked perfectly for me the first time I tried it!

Quote:
<TD bgColor=#000066 vAlign=top width=139>
<script type="text/javascript"><!--
google_ad_client = "pub--------------";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></TD>
Try that - it works! Even without your client id I got the public service ads instantly!
__________________

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
onlyplace4 is offline
Reply With Quote
View Public Profile Visit onlyplace4's homepage!
 
Old 07-02-2005, 05:45 PM
cowsgonemadd3's Avatar
Ultra Talker

Posts: 371
Location: Ware Shoals SC
Trades: 0
Ok Ill add my id to that one and see what happenes! For some reason it did not show up on my page when I did it. Let me try it!
__________________

Please login or register to view this content. Registration is FREE
cowsgonemadd3 is offline
Reply With Quote
View Public Profile Visit cowsgonemadd3's homepage!
 
Old 07-02-2005, 10:12 PM
cowsgonemadd3's Avatar
Ultra Talker

Posts: 371
Location: Ware Shoals SC
Trades: 0
It worked! Thanks so much! Im still learning day by day!
__________________

Please login or register to view this content. Registration is FREE
cowsgonemadd3 is offline
Reply With Quote
View Public Profile Visit cowsgonemadd3's homepage!
 
Old 07-03-2005, 05:31 AM
onlyplace4's Avatar
Extreme Talker

Posts: 159
Location: Skegness, Lincolnshire, England
Trades: 0
No problemo, glad I could help
__________________

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
onlyplace4 is offline
Reply With Quote
View Public Profile Visit onlyplace4's homepage!
 
Reply     « Reply to Need website help google adds
 

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.48992 seconds with 12 queries