With some fantastic help I managed to get my Android App working perfectly. It simply jumps to my webpage.
I have been playing on Blogger with presenting an Admob ad. But every time I insert the ad, it is mis-aligned. I have set up a blog to show this:
http://droidfix.blogspot.com/2011/07/to-be-or-not-to-be.html
Can you see that? It starts in the blog-post window rather than the edge of the screen, and therefore overlaps on the right.
I have tried everything I can think fo to fix this, including playing with the blogger template. I cannot see any way to shrink the ad.
Any ideas on this?
I'm stumped.
Here is the AdMob script, if it helps:
<script type="text/javascript">
var admob_vars = {
pubid: 'a14f293e3123616', // publisher id
bgcolor: '000000', // background color (hex)
text: 'FFFFFF', // font-color (hex)
test: true // test mode, set to false to receive live ads
};
</script>
<script type="text/javascript" src="http://mmv.admob.com/static/iphone/iadmob.js"></script>

