Tema: css templete
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/02/2009, 20:47
originalconcept
 
Fecha de Ingreso: septiembre-2006
Mensajes: 132
Antigüedad: 17 años, 7 meses
Puntos: 2
Pregunta css templete

Que tal amigos, probé pero no me salió, si alguien me puede dar una mano por favor.

Acá se ve el ejemplo puesto en marcha: http://deflyers.com/products/alimentos/



¿Como hago para que el background tenga un fondo de 897px?



full-widht.php


Código PHP:
<?php
/*
Template Name: Full Width
*/
?>
<?php 
global $kriesi_options?>
<?php get_header
(); ?>        

<div id="galeria">
<?php wp_flash_titles($post->ID,'start'?>       
<h2 id="post-<?php the_ID(); ?>"><?php the_title(); ?> <?php edit_post_link('e'); ?></h2>
<?php wp_flash_titles($post->ID,'end'?>

<div class="the_entry_galeria">
  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  <?php the_content('<p class="serif">Leer el resto;</p>'); ?>
</div>
        
<?php endwhile; endif; ?>
</div>         
</div>
<?php get_footer(); ?>
__________________
Gracias por todo
Saludos!!!

Última edición por originalconcept; 01/03/2009 a las 07:47 Razón: cambios realizados