Ver Mensaje Individual
  #13 (permalink)  
Antiguo 27/06/2011, 18:54
darkfire65
 
Fecha de Ingreso: marzo-2011
Mensajes: 10
Antigüedad: 14 años
Puntos: 0
Respuesta: Tengo un problema con la paginacion

ayuda

como hago para meter estos html dentro del php

Código PHP:
Ver original
  1. <div id="botBody">
  2.   <table width="65%" border="0" align="center" bgcolor="#FFFFFF">
  3.     <tr>
  4.       <th height="124" bgcolor="#FFFFFF"><p class="style7"><img src="logo.png" alt="Gestor Busquedas" width="118" height="119" border="0" class="logo" title="Gestor Busquedas" /></a></p>
  5.       <p class="style7">Ofertas de: <?php echo $user1; ?></p></th>
  6.     </tr>
  7.   </table>
  8.   <br/>
  9. <?PHP
  10. $link1 = Conectarse();
  11.   $consulta= mysql_query ("SELECT Titulo, Descripcion, Imagen FROM ofertas_seguridad WHERE id_usuario='$user->id'",$link1)or die (mysql_error());
  12.   while ($row = mysql_fetch_array($consulta))
  13.    {
  14. ?>
  15.   <table width="90%" border="0" align="center" class="primeralineaizquierda">
  16.     <tr>
  17.       <td width="590" bgcolor="#FFFFFF"><strong><span class="Estilo3"><?php echo $row[0] ?>:</span></strong></td>
  18.       <td width="200" rowspan="3" align="center" valign="middle" bgcolor="#FFFFFF"><div align="center"><span class="style7">
  19.         <?php
  20.            if ($row[2])
  21.               {
  22.                 echo "<img src='Logos/$row[2]' width=\"80\" height=\"60\">";
  23.               }
  24.         ?>
  25.       </span></div>
  26. </td>
  27.     <tr>
  28.       <td bgcolor="#A9D0F5"><span class="style17"> Descripcion:<?php echo $row[1]?> </span></td>
  29.     </tr>
  30.     <tr>
  31.       <td><span class="style7"><div align="right">
  32.         <form id="form1" name="form1" method="post" action="">
  33.           <div align="right"><span class=\"style5\"><a href="editar_oferta.php">Editar...</a></span></br> </div>
  34.         </form>
  35.     </td>
  36.     </tr>
  37.   </table>
  38. <?php
  39. }
  40. ?>
se que es con un echo"<>", pero cuando hago esto echo"<style=\"algo \">"
igual con los td, tb, y demas