Danke.
Aber wieso zeigt er mir jetzt nicht die Bildgröße (eine reduzierte) an, die ich für die narrowcolumn eingegeben habe ?
so habe ich das gemacht:
.narrowcolumn .entry img {
width : 120px;
}
.widecolumn .entry img {
width : 200px;
}
Ich möchte praktisch erreichen, dass er Schriftart, Schriftgröße, Farbe, Bildgrösse und Abstände exakt so anzeigt wie hier:
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<!-- von <?php the_author() ?> --></small>
<div class="entry">
<?php the_content('Den ganzen Beitrag lesen »'); ?>
</div>
<p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Kategorie <?php the_category(', ') ?> <strong>|</strong> <?php comments_popup_link('0 Kommentare »', '1 Kommentar »', '% Kommentare »'); ?>
</div>
<?php endwhile; ?>
(Allerdings möchte ich die Zeichen noch kürzen, das weiss ich auch nicht, wie es geht