11/11/2003, 14:51
|
| Colaborador | | Fecha de Ingreso: octubre-2003
Mensajes: 3.547
Antigüedad: 21 años, 2 meses Puntos: 80 | |
Y si pruebas algo asi:
<BODY>
<span style="left: 90; top: 0; position: relative">
<img border="0" src="img1.jpg" width="100" height="108">
</span>
<span style="position: relative">
<font color="#FF0066" face="arial"><b> TEXTO 1</b></font></span>
<span style="left: 90; top: 0; position: relative">
<img border="0" src="img2.jpg" width="100" height="108">
</span>
<span style="position: relative">
<font color="#FF0066" face="arial"><b>TEXTO 2 </b></font></span>
<span style="left: 90; top: 0; position: relative">
<img border="0" src="img3.jpg" width="100" height="108">
</span>
<span style="position: relative">
<font color="#FF0066" face="arial"><b>TEXTO 3</b></font></span>
</BODY>
Lo malo de este codigo es que el texto sale encima de la imagen pero con unas cuantas modificaciones se puede lograr lo esperado, si lo modificas me avisas como lo hiciste porque me interesa el tema.... |