OH – and this is the code on my news page…
<?php
// Include WordPress
define(‘WP_USE_THEMES’, false);
require(‘../newsblog/wp-load.php’);
query_posts(‘showposts=25’);
?>
<font face=”Arial, Helvetica, sans-serif” size=”2″ color=”#FFFFFF”>
<?php while (have_posts()): the_post(); ?></font>
<?php endwhile; ?>
<?php while (have_posts()): the_post(); ?>
<font face=”Arial, Helvetica, sans-serif” size=”3″ color=”#A50713″><?php the_title(); ?>
<?php the_date(); ?></font>
<font face=”Arial, Helvetica, sans-serif” size=”2″ color=”#FFFFFF”><?php the_content(); ?></font>
<p><font face=”Arial, Helvetica, sans-serif” size=”2″ color=”#FFFFFF”><?php comments_popup_link(‘Comments ( 0 )’, ‘Comments ( 0 )’, ‘Comments ( % )’); ?></font><p>
<img src=”space.jpg” width=”522″></p>
<?php endwhile; ?>
</font>