Content Got Hide Below Adsense

Discussion in 'HTML & Website Design' started by arabvdo, Jan 4, 2011.

  1. #1
    Hello Helpers

    My website is www.fapmeal.com

    I have wordpress installed on my website

    I edit single page template to Add adsense in my website

    But the problem is the content of text of my article hides below adsense

    can any one please help me here

    This is the html of my single post.php

    <?php
    get_header();
    get_sidebar();
    ?>
    
    <div id="container">
    
    <?php while ( have_posts() ) : the_post() ?>
    
    <h1 class="postitle"><?php the_title(); ?><hr /></h1>
    <tag>
    <div id="Html1" style="position:absolute;left:970px;top:175px;width:351px;height:311px;z-index:0">
    <script type="text/javascript"><!--
    google_ad_client = "pub-5642579929585891";
    /* 336x280, created 3/24/08 */
    google_ad_slot = "2670296315";
    google_ad_width = 336;
    google_ad_height = 280;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></div>
    <br></br>
    <div id="Html2" style="position:absolute;left:967px;top:352px;width:351px;height:311px;z-index:2">
    <script type="text/javascript"><!--
    google_ad_client = "pub-5642579929585891";
    /* 336x280, created 3/24/08 */
    google_ad_slot = "2670296315";
    google_ad_width = 336;
    google_ad_height = 280;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></div></tag>
    <br><div class="content"><?php  the_content();  ?></div></table></br>
    <div class="postinfo">Author: <span class="author"><?php  the_author(); ?></span> on <span class="date"><?php  the_date(); ?></span> <span class="edit"><?php edit_post_link(__('edit?')); ?></span>
    <br>
    Category: <span class="cat"><?php the_category(', ') ; ?></span>
    <br>
    <span class="tags"><?php the_tags(); ?></span> 
    </div>
    
    <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    
    <div class="navigation">
    <div class="alignleft"><?php next_post_link('Newer: %link') ?></div>
    <div class="alignright"><?php previous_post_link('Older: %link') ?></div>
    </div>
    
    <div class="comments">
    <?php if (comments_open()) comments_template(); ?>
    </div>
    
    <?php endwhile ?>
    
    <div class="lastlist">
    <p>Last articles</p>
    <ul>
    <?php wp_get_archives('type=postbypost&limit=10'); ?>
    </ul>
    </div>
    
    </div>
    
    <?php get_footer(); ?>
    
    PHP:
    I hope i got this resolved on digitalpoint.com

    Thanks in Advance
     
    arabvdo, Jan 4, 2011 IP