bobmarley 0 Denunciar post Postado Fevereiro 13, 2012 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 Compartilhar este post Link para o post Compartilhar em outros sites
William Bruno 1501 Denunciar post Postado Fevereiro 14, 2012 impossível sabermos sem ver como está o teu código. poste ao menos um link para o site. Compartilhar este post Link para o post Compartilhar em outros sites
bobmarley 0 Denunciar post Postado Fevereiro 14, 2012 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(); ?> Compartilhar este post Link para o post Compartilhar em outros sites
rogerio de paulo 7 Denunciar post Postado Fevereiro 21, 2012 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++ Compartilhar este post Link para o post Compartilhar em outros sites