Problema: Logo no redirige a página de inicio web

  • Autor Autor joelandy14
  • Fecha de inicio Fecha de inicio
probaste poniendole el <a href="... ? a la imagen obvio
 
Mañana t ayudo ahora toi desde mi iphone

Enviado desde mi Nokia 1100 usando Tapatalk 2.0.1
 
la imagen del logo esta en el css.

porque cuando lo pongo el logo en la parte del diseño, pues aparece otro lado.

- - - Actualizado - - -

edita el template y pon
Insertar CODE, HTML o PHP:
<div class="mh1" onclick="window.location='http://www.fullpelix.com/';">

en que parte lo pongo eso??


aqui esta mi codigo html:

Insertar CODE, HTML o PHP:
<?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 + &quot; Me Gustó Esta_Pelicula, Veela Tu Tambien -CLICK AQUI-&quot;' 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/';">
 
busca:
<div class="mh1"> y lo cambias por <div class="mh1" onclick="window.location='http://www.fullpelix.com/';">

gracias si funciona, pero hay un problema: cuando se pasa el cursor no sale la manito.


el logo esta ubicado en css.

Insertar CODE, HTML o PHP:
	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;
}
 
Insertar CODE, HTML o PHP:
cursor:pointer;
 
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;
	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.

Vi tu blog, y te falta situar el logo en la parte izquierda, busca:

Insertar CODE, HTML o PHP:
img {
border: 0;
display: block;
margin: auto;
}
y borra "margin:auto;"
debe quedar así:
Insertar CODE, HTML o PHP:
img {
border: 0;
display: block;
}
 
Vi tu blog, y te falta situar el logo en la parte izquierda, busca:

Insertar CODE, HTML o PHP:
img {
border: 0;
display: block;
margin: auto;
}
y borra "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.
 
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.
 
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.
 
Hola, Te pediria porfavro que te fijes en mi web hice un cambio. y quisiera saber si me puede ayudar.

Ok, busca:

Dentro del div mh2 busca esto:

Insertar CODE, HTML o PHP:
<div class="publicidad-460-60">
</div>
y bórralo

Ahora el css, busca:

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;
}
y reemplaza por esto:

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:
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;
}
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: 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;
}
 
Última edición:
Ok, busca:

Dentro del div mh2 busca esto:

Insertar CODE, HTML o PHP:
<div class="publicidad-460-60">
</div>
y bórralo

Ahora el css, busca:

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;
}
y reemplaza por esto:

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:
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;
}
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: 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.

espacios.webp
 
eres lo maximo, peroooooooooo

hay un pequeño problemilla.

quiero quitar estos espacion que se han creado.

Ver el archivo adjunto 9815

agrega esto al css:

Insertar CODE, HTML o PHP:
#header-inner {
margin-top: 15px;
width: 550px;
}

Busca:

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;
}
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: 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:

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;
}
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: 0px;
display: Block;
width: 980px;
margin: 0px auto auto;
}

muchas gracias, sensacion por tomarte el tiempo en ayudarme.

Ahora ya quedo bien.

Una pregunta cuanto tiempo tienes con esto blogger?
 
De nada, pues la verdad nose cuanto tiempo tengo en blogger.
 
Hola para evitar esto te recomendaria aprender HTML y CSS, no es dificil, en cuestion de dias habras aprendido 😉

Puedes leer los ebooks que se encuentrar en Librosweb.es son muy buenos.

Despues de aprender esto, deberias investigar un poco sobre como funcionan las variables y mas de Blogger 🙂

Saludos
 
Atrás
Arriba