Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
alguem sabe como arrumar isso?
http://imageshack.us/photo/my-images/694/20292285.jpg/
Nao faço ideia porque a imagem fica fora do lugar assim.
O correto seria aparecer só a de cima e menor, o lado do titulo do post.
Como arrumo?
abraçoooos
o codigo do index.php:
<?php get_header(); ?>
<!-- Begin Wrapper -->
<div id="wrapper">
<?php include (TEMPLATEPATH . '/sidebar.php'); ?>
<!-- Begin Content -->
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="home-post" id="post-<?php the_ID(); ?>">
<?php include(TEMPLATEPATH."/thumbnail.php"); ?>
<h1 class="permalink"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" target="_blank"><?php the_title(); ?></a></h1>
<div class="clear"></div>
<?php the_content(''); ?>
<!-- close entry -->
</div>
<!-- close post -->
<?php endwhile; ?>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">
Sorry, but you are looking for something that isn't here.
</p>
<?php endif; ?>
</div>
<!-- End Content -->
</div>
<!-- End Wrapper -->
<?php get_footer(); ?>O ideal seria voce colocar o site on-line que fica mais facil para ajudar, mas eu acho que o Box onde entra a imagem está com o height com um valor fixo e deveria ser deixado em automático.
Eu creio que seja isso.
valeu
at++
impossível sabermos sem ver como está o teu código.
poste ao menos um link para o site.