Hi ich würde gerne diesen Code in eine Tabelle einfügen die in 2 Farben angezeigt wird.
PHP
<center><b>NEWS</b></center>
<?php query_posts('category_name=News&showposts=5'); ?>
<?php if (have_posts()) :?>
<?php $postCount = 0; ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
<?php endwhile; ?>
<?php endif; ?>
</div>
Also soll in etwa so aussehen http://justpic.info/images/30ec/ccv.png
hoffe ihr könnt weiterhelfen