Here is the code from the index.php ( I am trying to add adsense float to the right within the post content. I can get it to go under to post title but not within the post content.
<div id="content">
<div id="content-inner">
<div id="main">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>"
<div class="entry">
<h2>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2>
<?php the_content('Read more »'); ?>
</div>