viernes, diciembre 11

fondo del blog


Primero nos ubicamos en el escritorio


Seleccionamos la plantilla minima Dark o como se llame esa.

Nos ubicamos en HTML y ubicamos la parte donde diga BACKGROUND

Escogemos una imagen y seleccionamos la URL ó la podemos subir a un HOST como http://photobucket.com/ o http://www.imageshack.us/ y seleccionamos el URL

Nos regresamos al Background y borramos eso hasta el

{

y lo sustitumos por esto:


body, .bodyContent {

background-image:url (Aqui va la direccion de la imagen);

background-position:Center Center;

background-attachment:scroll;

background-repeat:repeat;

border-width:0px;

border-style:Solid;

}


Si quieres que tu imagen se quede fija y no se mieva mientrasbajas el "scroll" sustituyes;


background-attachment:fixed



Si quieres poner tu imagen del lado derecho o izquierdo cambias la posicion:


Top Left Top Center Top Right

Center Left Center Center Center Right

Bottom Left Bottom Center Bottom Right


background-position:Center Center;


Para repetir el archivo le podemos poner: repeat o no repeat


Para que la imagen quede asi debes poner esto

body, .bodyContent {
background-image:url(http://www.istockphoto.com/file_thumbview_approve/2246820/2/istockphoto_2246820-vector-grunge-floral-background.jpg);
background-position:Bottom Left;
background-attachment:fixed;
background-repeat:no-repeat;
border-width:0px;
border-style:Solid;

}


TAN SOLO TIENES QUE COPIAR Y PEGAR Y EL URL MODIFICAR (un verso sin esfuerzo) y las posiciones.


No es gran ciencia espero les sirva, sean observadores y tengan mucha paciencia

0 seizures in tha house: