Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/09/2011, 12:32
wildrosales
 
Fecha de Ingreso: septiembre-2011
Ubicación: Buenos Aires, Argentina
Mensajes: 2
Antigüedad: 12 años, 8 meses
Puntos: 0
Respuesta: Imagen con recorrido de texto

Estuve probando el siguiente código pero el márgen no me lo aplica en el párrafo. Alguna ayuda ?

<style type="text/css">
<!--
.t1 {
font-size: 18px;
font-weight: normal;
color: #55432B;
font-family: Helvetica, sans-serif;
}
.t2 {
font-size: 13px;
font-weight: normal;
color: #55432B;
font-family: Helvetica, sans-serif;
text-align: justify;
margin-left: 20px;
}
-->
</style>
<img src="imagen.jpg" style="float:left;">
<p class="t1">The Wearer of Multiple Hats</p>
<p class="t2">Many modern browsers such as Firefox4 of IE9 already support CSS3 natively, but where does</p>
<p class="t2">that leave IE7 and IE8? Thankfully a great solution called CSS PIE (Progressive Internet Explorer)</p>
<p class="t2">has been introduced and is integrated into this template. Simply put, CSS PIE a script that upgrades IE7 </p><p class="t2">and some CSS3 formatting isn't supported, but overall it does a great job and allows us to extend CSS3 support to IE7 and 8.</p>