MODULO DE IMAGENES PARA IMPRESION WEB
Thursday, 11. May 2006, 16:10:52
Como configurar una pagina con imagenes, para que se muestre al momento antes de ser leida por el navegador o impresa por el usuario desde su PC:
>
<Imagen 01 /top>
<Imagen 02 /top-left-corner>
<Imagen 03 /top-left>
<Imagen 04 /top-center>
<Imagen 05 /top-right>
<Imagen 06 /top-right-corner>
>
<Imagen 07 /left-top-/left-middle-/left-bottom>
<Imagen 08 /right-top-/right-middle-/right-bottom>
>
<Imagen 09 /bottom>
<Imagen 10 /bottom-left-corner>
<Imagen 11 /bottom-left>
<Imagen 12 /bottom-center>
<Imagen 13 /bottom-right>
<Imagen 14 /bottom-right-corner>
FORMATEAR IMAGENES CON CSS
<STYLE>
IMAGE {
position: relative; top: 10px left: 20px; background-color: #CCCCCC; color: #000000; text-align: left; width: 100%
}
TEXT {
position: absolute; top: 100px left: 0px; background-color: #336699; color: #FFFFFF; text-align: center; width: 100%}
</STYLE>
![]()
FIN DE LA PRESENTACION














