Nacho32off

Tutorialesespecificos

Codigos HTML 2

                                CENTRAR TU WEB:
Con este código centraras tu web solo tienes que pegar este código en texto por encima de la página.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http:/www.w3.org/1999/xhtml"> <div style="width:900px; position: relative; margin-left: auto; margin-right: auto;"> 
 

   CENTRAR PUBLICIDAD DE PWG:
(Diseño Ice Blue)
Texto por encima de la página.

<style>  table {margin-left:auto;margin-right:auto;}  </style> 
 

      CENTRAR PUBLICIDAD DE PWG:
(CSS Design) Copien el siguiente código y pegenlo en CSS-CODE SIN STYLE TAGS.

table {margin-left:auto;margin-right:auto;}  lli.nav_element{display: none;} li.nav_element a{display: none;} h1#title{display: none;} h2#title span {display: none;} div.header{display: none;} li.nav_element{list-style-type: none;} li.nav_element{display: none;} 
 

INSERTAR UNA FOTO EN LA WEB:
Este codigo nos permite insertar una imagen en nuestra web.

<BODY> <IMG SRC="URL IMAG" _fcksavedurl="URL IMAG"> </BODY> 
 

ATRIBUTOS ANCHO Y ALTO FOTO:
Con los atributos HTML width y height,nos permiten modificar el ancho y el alto de la imagen.

<BODY> <IMG SRC="URL IMAGEN AQUÍ" _fcksavedurl="URL IMAGEN AQUÍ" WIDTH=100 HEIGHT=100> </BODY> 
 

      CON LOS ATRIBUTOS HTML:
width,height y lineas de separación.

<BODY> <IMG SRC="URL IMAGEN AQUÍ" _fcksavedurl="URL IMAGEN AQUÍ" WIDTH=60% HEIGHT=30> </BODY> 
 
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis