Here is the page code and the -strong- part is the text I want to show only on the home page. Thanks in advance for any help.
<?php
get_header();
?>
<table border="0">
<tr valign="top" align="left"><td>
<?php get_footer(); ?></td><td>
<div class="post_post">
<strong>Keep track of the latest changes in the poker world<ul></ul>
<FONT SIZE=1>
Keep yourself updated on the <a href=" https://www.pokerlistings.com/online-poker-rooms"> online poker world </a>. Who are the best players, where are <a href="https://www.pokerlistings.com/pokerroom "> all the best pokerrooms </a> for online play? Answers to this questions can be found at a site called <a href="https://www.pokerlistings.com/"> www.pokerlistings.com</a>, they have all the news. Check them out!
</FONT SIZE></strong>
</br>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h3 class="storytitle"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/topicup.gif" alt="rispost"> <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<h2><?php the_time('F jS, Y') ?></h2>
<!-- <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_author() ?> @ <?php the_time() ?></div> -->
<div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div>
<div class="feedback">
<?php wp_link_pages(); ?>
<?php comments_popup_link(('Read Comments (0)'),('Read Comments (1)'),('Read Comments (%)'),'read_post'); ?><?php edit_post_link('Post your own','<span class="edit_post_link">','</span> ') ?>
</div>
</div>
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?>
<?php endif; ?>
</div>
<?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>
</td></tr></table>
</td></tr><tr><td>
<div class="bottombar2">
This Gambling News Blog is powered by <a href="https://www.remarpro.com">WordPress</a>, <a href="https://www.templatemonster.com">Design by Template Monster</a>
<a href="/?feed=rss2">Entries</a> (RSS) and <a href="/?feed=comments-rss2">Comments</a> (RSS)
</div>
<td><tr></table>
</body>
</html>