Forum Moderators: martinibuster

Message Too Old, No Replies

Help pls! Tried everything, Inline Adsense table to each blog?

         

yodjone

1:25 am on Jun 23, 2007 (gmt 0)

10+ Year Member



Hey people

i would really appreciate it if someone could give me some input, basically ive tried the default codes on the internet, im trying to integrate some google adsense into the left of each blog in a table of each blog, but i can't get it to work properly, i'll paste the code later

basically blogspot has a large HTML template as im sure alot of people know about, you can paste custom code in it, i have used the google code from the website correctly, and some various code types from the net

i've tried the table code, combined with float left code, at work atm so cant remember it exactly, but the table won't show in the correct part of the page.

but when i do it my table wont show to the left of the blog, an example of what i want is a table with adsense code where my pictures are on my site.

any html table advice would be great, thanks!

ive got the example i need to make it look like a table aligned to the left but i cant achieve it, best i can achieve is not integrated into the blog, its like this

code used is as follows, its put into the blogspot HTML template after <head> , although ive tried putting it in other places to no luck, i was figuring i might need to place it somewhere else in the html template, but im not 100% if thats the problem, or if its the actual code im putting in

<div align="center">
<table border="0" cellpadding="0" align="left">
<tr>
<td align="center">
<p align="center">

i put my ADSENSE CODE HERE

//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
</td>
</tr>
</table>
</div>

also tried these combos

</td></tr></table>

<div class='post-header-line-1'></div>
<div style='float: left; margin-right:5px;'>

end result is either an image that adsense wont blend to, or an image that the table will show but not the correct part, im using Minima template for what its worth

[edited by: jatar_k at 2:36 am (utc) on June 23, 2007]
[edit reason] no urls thanks [/edit]

wyweb

1:33 am on Jun 23, 2007 (gmt 0)



blogspot doesn't have a help section? That would probably be your best bet.

timwestla

6:30 am on Jun 23, 2007 (gmt 0)

10+ Year Member



This is really an HTML issue, and the code you revealed looks all right, but it's impossible to debug without seeing the whole page. Blogspot does allow you to place javascripts, but they won't help you debug it.

Your best bet is to paste the code you're struggling with into a blank text file, call it test.htm and run it off of your hard drive. Once you get that working right, then try inserting into the template at Blogspot.

It can be frustrating, but this is something we've all struggled with. But a word of encouragement - it gets easier as time goes on :)