Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

bobmarley

Imagem fora do lugar

Recommended Posts

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

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

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

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.