Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/03/2009, 17:24
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Mover contenido(img ,html ) , que esta dentro de php adaptando a mi des

Pues (supongo):
Código php:
Ver original
  1. <?
  2.  
  3. if(!defined("flash_script")) die("Error");
  4.  
  5. function tabla_cont ($title,$content)
  6.            {
  7.  
  8.             $echo = '
  9.             <div id="left2">
  10. <p class="boxTxt2"><span>'.$title.'</span>'.$content.'</p>
  11. <p class="pic2">'.$img_dir.'</p>
  12. <br class="spacer" />
  13. </div>
  14. ';
  15.                 return $echo;
  16.                
  17.             }

Saludos