Tema: Alinear
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/01/2012, 10:33
juancarsantana
 
Fecha de Ingreso: septiembre-2011
Ubicación: Gran Canaria
Mensajes: 134
Antigüedad: 12 años, 7 meses
Puntos: 1
Respuesta: Alinear

Cita:
Iniciado por fedefrankk Ver Mensaje
Hola, no tiene nada que ver los puntos suspensivo, ya que no le has puesto etiqueta. sale como texto plano..

Mira en mi navegador tu codigo



Antes del codigo tienes algo,??
Saludos
Fede
Te detallo:

</script>
<h3><span style="color: #ff6600;"><strong><span style="text-decoration: underline;">Datos a especificar para convertir</strong></span></h3>
<form method="post" enctype="application/x-www-form-urlencoded" action="#">
<div align="center">
<table width="590" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span style="color: #0000ff;"><label for="estilo"><strong>Estilo</strong><span/></label>
<select name="estilo" size="1" id="estilo">
<option value="0">Libre</option>
<option value="1">Espalda</option>
<option value="2">Braza</option>
<option value="3">Mariposa</option>
<option value="4">Estilos</option>
</select></td>
<td><span style="color: #0000ff;"><label for="prueba"><strong>Prueba</strong><span/></label>
<select name="prueba" size="1" id="prueba">
<option value="0">50</option>
<option value="1">100</option>
<option value="2">200</option>
<option value="3">400</option>
<option value="4">800</option>
<option value="5">1500</option>
<option value="6">4x50</option>
<option value="7">4x100</option>
<option value="8">4x200</option>
</select></td>
</tr>
</table>
<br />
<table width="590" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><fieldset>
<legend><strong>Sexo</strong></legend>
<label>
<input name="sexo" type="radio" id="sexo_0" value="M" checked="checked" />
Masculino</label>
<br />
<label>
<input type="radio" name="sexo" value="F" id="sexo_1" />
Femenino</label>
<br />
</fieldset></td>
<td><fieldset>
<legend><strong>Piscina</strong></legend>
<label>
<input name="piscina" type="radio" id="piscina_0" value="50" checked="checked" />
50 m</label>
<br />
<label>
<input type="radio" name="piscina" value="25" id="piscina_1" />
25 m</label>
<br />
</fieldset></td>
<td><fieldset>
<legend><strong>Cronómetro</strong></legend>
<label>
<input name="crono" type="radio" id="crono_0" value="M" checked="checked" />
Manual</label>
<br />
<label>
<input type="radio" name="crono" value="E" id="crono_1" />
Electrónico</label>
<br />
</fieldset></td>
</tr>
</table>
<br />
<label for="minutos"><strong>Tiempo a convertir</strong>

<em>(Ejemplo: 1:24.25)</em>
<input name="minutos" type="text" id="minutos" value="0" size="1" maxlength="2" />
:
<input name="segundos" type="text" id="segundos" value="00" size="1" maxlength="2" />
.
<input name="centesimas" type="text" id="centesimas" value="00" size="1" maxlength="2" />
</label>
<br />
<br />
<br />
<input name="button" type ="button" onclick="convertir(this.form)" value="Convertir tiempo" />
<br />
<br />

<table width="450" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #ccc;">
<tr style="background-color:#CCCCCC">
<th>Piscina y tipo de crono</th>
<th>Resultado</th>
</tr>
<tr>
<td style="border-top: 1px dotted #eee;">Tiempo en piscina de <strong>50 metros</strong>, cronómetro <strong>manual</strong>:</td>
<td style="border-top: 1px dotted #eee; font-style:italic" id="salida1"></td>
</tr>
<tr>
<td style="border-top: 1px dotted #eee;">Tiempo en piscina de <strong>50 metros</strong>, cronómetro <strong>electrónico</strong>:</td>
<td style="border-top: 1px dotted #eee; font-style:italic" id="salida2"></td>
</tr>
<tr>
<td style="border-top: 1px dotted #eee;">Tiempo en piscina de <strong>25 metros</strong>, cronómetro <strong>manual</strong>:</td>
<td style="border-top: 1px dotted #eee; font-style:italic" id="salida3"></td>
</tr>
<tr>
<td style="border-top: 1px dotted #eee;">Tiempo en piscina de <strong>25 metros</strong>, cronómetro <strong>electrónico</strong>:</td>
<td style="border-top: 1px dotted #eee; font-style:italic" id="salida4"></td>
</tr>
</table>

</div>
</form>
</body>

Saludos