Ver Mensaje Individual
  #8 (permalink)  
Antiguo 22/12/2007, 05:35
Avatar de damargon
damargon
 
Fecha de Ingreso: junio-2003
Ubicación: Madrid
Mensajes: 386
Antigüedad: 20 años, 10 meses
Puntos: 3
Re: Una cosa rarísima...!?

El código bien colocado sería este:

Código PHP:

<table width="590" border="0" cellpadding="15" cellspacing="0" align="center" bgcolor="">

<
tr bgcolor=#e7e7e7>
    
<td align='center' width='20%' >
        <
span class='Estilo1'><img style='border:0' src='fotos/11979943794767f18b3d091.JPG' border='1'>microhondas
    
</td>
    <
td align='justify' width='54%' >
        <
span class='Estilo2'>Blanco y sirve para calentar líquidos únicamente
    
</td>
    <
td align='center' width='8%' >
          <
span class='Estilo2'>2007-12-25
    
</td>
    <
td align='center' width='8%' >
        <
span class='Estilo2'>teruel
     
</td>
     <
td align='center' width='10%' >
         <
form action='index.php'>
            <
input name='Submit' type='submit' class='Estilo4' value='Pujar!!'>
      </
form>
     </
td>
     </
tr>
     </
form>
     
     <
tr bgcolor=#ffffff>
         
<td align='center' width='20%' >
               <
span class='Estilo1'><img style='border:0' src='fotos/11979941444767f0a09896a.jpg' border='1'>Sistema Home Cinema
         
</td>
        <
td align='justify' width='54%' >
             <
span class='Estilo2'>400 W de potenciase trata de un sistema de sonido THX de la marca LGFunciona perfectamente.
        </
td>
        <
td align='center' width='8%' >
             <
span class='Estilo2'>2007-12-25
         
</td>
         <
td align='center' width='8%' >
             <
span class='Estilo2'>Málaga
         
</td>
         <
td align='center' width='10%' >
         <
form action='index.php'>
             <
input name='Submit' type='submit' class='Estilo4' value='Pujar!!'>
         </
form>
         </
td>
         </
tr>
         </
form>
    
     <
tr bgcolor=#e7e7e7>
         
<td align='center' width='20%' >
             <
span class='Estilo1'><img style='border:0' src='fotos/11979939334767efcd89546.jpg' border='1'>pendrive 128MB
         
</td>
         <
td align='justify' width='54%' >
             <
span class='Estilo2'>Practicamente sin usoperfecto estado
         
</td>
         <
td align='center' width='8%' >
             <
span class='Estilo2'>2007-12-25
         
</td>
         <
td align='center' width='8%' >
             <
span class='Estilo2'>Zaragoza
         
</td>
         <
td align='center' width='10%' >
             <
form action='index.php'><input name='Submit' type='submit' class='Estilo4' value='Pujar!!'></form>
         </
td>
     </
tr>
     </
form>
     </
table
Y echándole una ojeada por encima se ven estos errores:
- Etiqueta <span> que contiene la imagen no cerrada.
- En cada fila genera dos etiquetas </form> de cierre por lo que una de ellas sobra.
- Microhondas es sin 'h'.

Yo creo que quitando esas etiquetas </form> que sobran te tendría que funcionar bien.