Einzelnen Beitrag anzeigen
Alt 11.02.2008, 18:14   #5 (permalink)
taron
PostRank: 1
 
Registriert seit: 04.02.2008
Beiträge: 22
Okay, danke. Wo muss ich dann jetzt mein <tr> einsetzen?
So? (Für den ersten Post)
PHP-Code:
<table>
<?php $postcount 1?> 
<?php while ( have_posts() ) : the_post(); ?> 
<div class="post" id="post<?php $postcount?>"> 
<tr width="100%" border="1"><?php the_content(); ?></tr>
</div>
<?php $postcount++; endwhile; ?>
</table>
Ich kann leider kein PHP, daher die Nachfrage.

Geändert von Arno Simon (11.02.2008 um 18:23 Uhr).
taron ist offline   Mit Zitat antworten