Witam,
znów mam problem z odstępem który nie wiem sk±d się wzi±ł

Próbowałem już wszystkiego a oto efekt:

Kod:
<!-- ramka -->
<div class="featurepost" id="post-<?php the_ID(); ?>">
<!-- miniaturka -->
<div style="clear: both;"> <?php if ( get_post_meta($post->ID,'miniatura', true) ) { ?>
<a href="<?php the_permalink() ?>">
<img class="alignright" style="border: 2px solid #e6e6e6; margin: 5px;" width="150" height="150" src="<?php bloginfo('template_url'); ?>/miniatury/phpThumb.php?src=
<?php echo get_post_meta ($post->ID, "miniatura", $single = true); ?>
&w=150
&h=150
&zc=B">
</a> <?php } ?>
<!-- tytul -->
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="
<?php the_title(); ?>">
<?php the_title(); ?></a></h2> <p class="postinfo">Autor:
<?php the_author_posts_link(); ?>, wys
łany
<?php echo pl_date('j F, Y'); ?> w
<?php the_category(', ') ?> |
<?php comments_popup_link('0 komentarzy »', '1 komentarz »', '% komentarzy »'); ?><?php edit_post_link('<b>Edycja
</b> »', ' | ', ''); ?>
</p>
<!-- tresc -->
<?php the_content('Czytaj dalej »'); ?>
Z góry dzięki za pomoc!