joelandy14
VIP
Iota
Verificado
Verificación en dos pasos activada
Suscripción a IA
tengo una web que desde hacae mucho tiempo tengo ese problema pero nose como solucionarlo.
web:
FullPelix | Peliculas Online, Latino, Español, Sub-Español , Full HD, Sin Limites
me explico:
en toda web cuando tiene un logo y le haces click alli siempre se va a su pagina de inicio pero mi web no pasa asi.
solo sale imagen.
<div class="mh1" onclick="window.location='http://www.fullpelix.com/';">
edita el template y pon
Insertar CODE, HTML o PHP:<div class="mh1" onclick="window.location='http://www.fullpelix.com/';">
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta NAME='Description' content='II★★★ Peliculas Online, peliculas divx online, ver peliculas gratis, cine gratis, estrenos online, descargar peliculas, series online, ver peliculas online, ver videos divx, Peliculas Gratis Online para Ver Gratis Español'/>
</b:if>
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.url != data:blog.homepageUrl'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title>FullPelix | Peliculas Online, Latino, Español, Sub-Español , Full HD, Sin Limites</title>
<meta content='descripcion' name='description'/>
</b:if>
<b:if cond='data:blog.metaDescription'>
<b:else/>
<meta expr:content='data:blog.pageName + " Me Gustó Esta_Pelicula, Veela Tu Tambien -CLICK AQUI-"' name='description'/>
<meta content='descripcion' name='keywords'/>
</b:if>
<!-- End www.bloggerplugins.org: Changing the Blogger Title Tag -->
<b:skin><![CDATA[/*
busca:
<div class="mh1"> y lo cambias por <div class="mh1" onclick="window.location='http://www.fullpelix.com/';">
background:#000 center top;
}
.mh1
{
background:url(http://1.bp.blogspot.com/-Q1lo1FR_rbU/UKXBlzhvTJI/AAAAAAAAC0w/FufayynGm_8/s1600/logo+de+fullpelix.png) no-repeat;
height:100px;
display:block;
width:980px;
margin:15px auto auto;
}
cursor:pointer;
Insertar CODE, HTML o PHP:cursor:pointer;
.mh1
{
background:url(http://1.bp.blogspot.com/-Q1lo1FR_rbU/UKXBlzhvTJI/AAAAAAAAC0w/FufayynGm_8/s1600/logo+de+fullpelix.png) no-repeat;
height:100px;
display:block;
width:980px;
margin:15px auto auto;
cursor:pointer;
}
tengo una web que desde hacae mucho tiempo tengo ese problema pero nose como solucionarlo.
web:
FullPelix | Peliculas Online, Latino, Español, Sub-Español , Full HD, Sin Limites
me explico:
en toda web cuando tiene un logo y le haces click alli siempre se va a su pagina de inicio pero mi web no pasa asi.
solo sale imagen.
img {
border: 0;
display: block;
margin: auto;
}
img {
border: 0;
display: block;
}
Vi tu blog, y te falta situar el logo en la parte izquierda, busca:
y borra "margin:auto;"Insertar CODE, HTML o PHP:img { border: 0; display: block; margin: auto; }
debe quedar así:
Insertar CODE, HTML o PHP:img { border: 0; display: block; }
ok, ya lo hice pero hace rato trate de mover el bloque del logo a la parte de arriba en la ezquina la izquierda, cuando lo movi se creo un termendo espacio abajo del logo que las opcion (botones de inicio...) se bajaron.
Si quieres mándame tu plantilla por mp y quedará como lo buscas, mandando a la página de inicio al hacerl click y sin espacios sobrantes.
Hola, Te pediria porfavro que te fijes en mi web hice un cambio. y quisiera saber si me puede ayudar.
<div class="publicidad-460-60">
</div>
.mh1 {
background: url(http://1.bp.blogspot.com/-Q1lo1FR_rbU/UKXBlzhvTJI/AAAAAAAAC0w/FufayynGm_8/s1600/logo+de+fullpelix.png) no-repeat;
height: 100px;
display: block;
width: 980px;
margin: 15px auto auto;
}
.mh1 {
height: 100px;
display: block;
width: 980px;
margin: 15px auto auto;
}
.menu-horizontal {
width: 966px;
background: url(http://2.bp.blogspot.com/_m9TbxgwBjFg/TRGfyNrOVVI/AAAAAAAAEDU/3ro0dnX-vGE/s1600/menu-horizontal-fondo.png);
background-repeat: repeat-x;
margin-top: 1px;
height: 70px;
float: left;
}
.menu-horizontal {
width: 966px;
background: url(http://2.bp.blogspot.com/_m9TbxgwBjFg/TRGfyNrOVVI/AAAAAAAAEDU/3ro0dnX-vGE/s1600/menu-horizontal-fondo.png);
background-repeat: repeat-x;
margin-top: 6px;
height: 70px;
float: left;
}
.menu-horizontal-derecha {
background: url(http://3.bp.blogspot.com/_m9TbxgwBjFg/TRGg9sHxgGI/AAAAAAAAED0/2Ud2jAaeylo/s1600/menu-horizontal-derecha.png);
background-repeat: no-repeat;
width: 14px;
height: 70px;
margin-top: 1px;
float: right;
}
.menu-horizontal-derecha {
background: url(http://3.bp.blogspot.com/_m9TbxgwBjFg/TRGg9sHxgGI/AAAAAAAAED0/2Ud2jAaeylo/s1600/menu-horizontal-derecha.png);
background-repeat: no-repeat;
width: 14px;
height: 70px;
margin-top: 6px;
float: right;
}
#header-inner {
width: 550px;
margin-top: 15px;
}
Ok, busca:
Dentro del div mh2 busca esto:
y bórraloInsertar CODE, HTML o PHP:<div class="publicidad-460-60"> </div>
Ahora el css, busca:
y reemplaza por esto:Insertar CODE, HTML o PHP:.mh1 { background: url(http://1.bp.blogspot.com/-Q1lo1FR_rbU/UKXBlzhvTJI/AAAAAAAAC0w/FufayynGm_8/s1600/logo+de+fullpelix.png) no-repeat; height: 100px; display: block; width: 980px; margin: 15px auto auto; }
Insertar CODE, HTML o PHP:.mh1 { height: 100px; display: block; width: 980px; margin: 15px auto auto; }
Busca:
Insertar CODE, HTML o PHP:.menu-horizontal { width: 966px; background: url(http://2.bp.blogspot.com/_m9TbxgwBjFg/TRGfyNrOVVI/AAAAAAAAEDU/3ro0dnX-vGE/s1600/menu-horizontal-fondo.png); background-repeat: repeat-x; margin-top: 1px; height: 70px; float: left; }
reemplazalo por:
Insertar CODE, HTML o PHP:.menu-horizontal { width: 966px; background: url(http://2.bp.blogspot.com/_m9TbxgwBjFg/TRGfyNrOVVI/AAAAAAAAEDU/3ro0dnX-vGE/s1600/menu-horizontal-fondo.png); background-repeat: repeat-x; margin-top: 6px; height: 70px; float: left; }
Busca:
reemplazalo por:Insertar CODE, HTML o PHP:.menu-horizontal-derecha { background: url(http://3.bp.blogspot.com/_m9TbxgwBjFg/TRGg9sHxgGI/AAAAAAAAED0/2Ud2jAaeylo/s1600/menu-horizontal-derecha.png); background-repeat: no-repeat; width: 14px; height: 70px; margin-top: 1px; float: right; }
Insertar CODE, HTML o PHP:.menu-horizontal-derecha { background: url(http://3.bp.blogspot.com/_m9TbxgwBjFg/TRGg9sHxgGI/AAAAAAAAED0/2Ud2jAaeylo/s1600/menu-horizontal-derecha.png); background-repeat: no-repeat; width: 14px; height: 70px; margin-top: 6px; float: right; }
- - - Actualizado - - -
Adicionalmente si quieres que solo sea el logo que sea el que mande a la página de inicio, entonces agrega esto al css:
Insertar CODE, HTML o PHP:#header-inner { width: 550px; margin-top: 15px; }
eres lo maximo, peroooooooooo
hay un pequeño problemilla.
quiero quitar estos espacion que se han creado.
Ver el archivo adjunto 9815
#header-inner {
margin-top: 15px;
width: 550px;
}
.mh1 {
background: url(http://3.bp.blogspot.com/-pMnQ4jdDqt8/UKxPBkfaigI/AAAAAAAADAA/HRyFgH5jBJk/s1600/nada.png) no-repeat;
height: 100px;
display: block;
width: 980px;
margin: 15px auto auto;
}
.mh1 {
background: url(http://3.bp.blogspot.com/-pMnQ4jdDqt8/UKxPBkfaigI/AAAAAAAADAA/HRyFgH5jBJk/s1600/nada.png) no-repeat;
height: 0px;
display: block;
width: 980px;
margin: 0px auto auto;
}
agrega esto al css:
Insertar CODE, HTML o PHP:#header-inner { margin-top: 15px; width: 550px; }
busca:
reemplazalo por:Insertar CODE, HTML o PHP:.mh1 { background: Url(http://3.bp.blogspot.com/-pmnq4jddqt8/ukxpbkfaigi/aaaaaaaadaa/hryfgh5jbjk/s1600/nada.png) no-repeat; height: 100px; display: Block; width: 980px; margin: 15px auto auto; }
Insertar CODE, HTML o PHP:.mh1 { background: Url(http://3.bp.blogspot.com/-pmnq4jddqt8/ukxpbkfaigi/aaaaaaaadaa/hryfgh5jbjk/s1600/nada.png) no-repeat; height: 0px; display: Block; width: 980px; margin: 0px auto auto; }
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?