Foros del Web » Creando para Internet » HTML »

Quitar título del head de un blog

Estas en el tema de Quitar título del head de un blog en el foro de HTML en Foros del Web. Buenas!...Quisiera saber como hacer para que no me aparezca el título encima de una imágen que coloqué en el head del blog. Aquí les dejo ...
  #1 (permalink)  
Antiguo 06/05/2011, 12:06
 
Fecha de Ingreso: noviembre-2010
Mensajes: 175
Antigüedad: 13 años, 5 meses
Puntos: 1
Quitar título del head de un blog

Buenas!...Quisiera saber como hacer para que no me aparezca el título encima de una imágen que coloqué en el head del blog.

Aquí les dejo el código en dos post diferentes porque no entra en uno, para que me indiquen que tengo que sacar. Saludos!!!
  #2 (permalink)  
Antiguo 06/05/2011, 12:08
Avatar de ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 2 meses
Puntos: 1146
Respuesta: Quitar título del head de un blog

a pues que bien armado esta el código ñ.ñ ya intentaste corregir la linea 13?
  #3 (permalink)  
Antiguo 06/05/2011, 12:08
 
Fecha de Ingreso: noviembre-2010
Mensajes: 175
Antigüedad: 13 años, 5 meses
Puntos: 1
Respuesta: Quitar título del head de un blog

<?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:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Unknown
Designer: Unknown
URL: www.Pimp-My-Profile.com
----------------------------------------------- */

/* Variable definitions
====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#884422" value="#884422">
<Variable name="textcolor" description="Text Color"
type="color" default="#000000" value="#000000">
<Variable name="linkcolor" description="Link Color"
type="color" default="#000000" value="#000000">
<Variable name="pagetitlecolor" description="Blog Title Color"
type="color" default="#FFFFFF" value="#FFFFFF">
<Variable name="descriptioncolor" description="Blog Description Color"
type="color" default="#FFFFFF" value="#FFFFFF">
<Variable name="titlecolor" description="Post Title Color"
type="color" default="#000000" value="#000000">
<Variable name="bordercolor" description="Border Color"
type="color" default="#000000" value="#000000">
<Variable name="sidebarcolor" description="Sidebar Title Color"
type="color" default="#000000" value="#000000">
<Variable name="sidebartextcolor" description="Sidebar Text Color"
type="color" default="#000000" value="#000000">
<Variable name="visitedlinkcolor" description="Visited Link Color"
type="color" default="#000000" value="#000000">
<Variable name="bodyfont" description="Text Font"
type="font" default="normal normal 100% Arial, verdana" value="normal normal 100% Arial, verdana">
<Variable name="headerfont" description="Sidebar Title Font"
type="font"
default="normal normal 78% Helvetica" value="normal normal 78% Helvetica">
<Variable name="pagetitlefont" description="Blog Title Font"
type="font"
default="normal normal 200% Helvetica" value="normal normal 200% Helvetica">
<Variable name="descriptionfont" description="Blog Description Font"
type="font"
default="normal normal 78% Arial, verdana" value="normal normal 78% Arial, verdana">
<Variable name="postfooterfont" description="Post Footer Font"
type="font"
default="normal normal 78% Arial, verdana" value="normal normal 78% Arial, verdana">
*/

/* Use this with templates/template-twocol.html --*/

body {
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small $bodyfont;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
background-color : $bgcolor;
background-image : url(http://img2.pimp-my-profile.com/i46/5/5/5/f_86b5fe7c40af.jpg) ;
background-position : Center Center;
background-attachment : fixed ;
background-repeat : repeat ;
border-color : #222222 ;
border-width : 10 px;
border-style : Solid ;
scrollbar-face-color : # ;
scrollbar-highlight-color: # ;
scrollbar-3dlight-color : # ;
scrollbar-shadow-color : # ;
scrollbar-darkshadow-color: # ;
scrollbar-arrow-color : # ;
scrollbar-track-color : # ;
}
a:link {
color:$linkcolor;
text-decoration:none;
}
a:visited {
color:$linkcolor;
text-decoration:none;
}
a:hover {
color:$titlecolor;
text-decoration:underline;
}
a img {
border-width:0;
}
  #4 (permalink)  
Antiguo 06/05/2011, 12:11
 
Fecha de Ingreso: noviembre-2010
Mensajes: 175
Antigüedad: 13 años, 5 meses
Puntos: 1
Respuesta: Quitar título del head de un blog

/* Header
-----------------------------------------------
*/

#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;

}

#header-inner {
background-position: center;
margin-left: auto;
margin-right: auto;
}

#header {
margin: 5px;
border: 1px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
background-color:#transparent;
background-image:url(none);
}

#header h1 {
margin:5px 5px 0;
padding:15px 20px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: $pagetitlecolor;
}

#header a {
color:$pagetitlecolor;
text-decoration:none;
}

#header a:hover {
color:$pagetitlecolor;
}

#header .description {
margin:0 5px 5px;
padding:0 20px 15px;
max-width:700px;
text-transform:uppercase;
letter-spacing:.2em;
line-height: 1.4em;
font: $bodyfont;
color: $textcolor;
}

#header img {
margin-left: auto;
margin-right: auto;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:left;
font: $bodyfont;
}

#main-wrapper {
width: 410px;
float: left;
padding: 5px;
border:1px solid $bordercolor;
background-color:#transparent;
background-image:url(none);

word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
width: 220px;
float: right;
padding: 5px;
border:1px solid $bordercolor;
background-color:#transparent;
background-image:url(none);

word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}


/* Headings
----------------------------------------------- */

h2 {
margin:1.5em 0 .75em;
font:$headerfont;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color:$pagetitlecolor;
}


/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
}

.post {
margin:.5em 0 1.5em;
border-bottom:1px dotted $bordercolor;
padding-bottom:1.5em;
background-color:transparent;
}
.post h3 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$pagetitlecolor;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
display:block;
text-decoration:none;
color:$titlecolor;
font-weight:normal;
}

.post h3 strong, .post h3 a:hover {
color:$textcolor;
}

.post p {
margin:0 0 .75em;
line-height:1.6em;
}

.post-footer {
margin: .75em 0;
color:$textcolor;
text-transform:uppercase;
letter-spacing:.1em;
font: $bodyfont;
line-height: 1.4em;
}

.comment-link {
margin-left:.6em;
}
.post img {
padding:4px;
border:1px solid $bordercolor;
}
.post blockquote {
margin:1em 20px;
}
.post blockquote p {
margin:.75em 0;
}

/* Comments
----------------------------------------------- */
#comments h4 {
margin:1em 0;
font-weight: bold;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color: $textcolor;
padding: 5px;
border:1px solid $bordercolor;
background-color:#transparent;
background-image:url(none);

}

#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
}
#comments-block .comment-author {
margin:.5em 0;
}
#comments-block .comment-body {
margin:.25em 0 0;
}
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.1em;
}
#comments-block .comment-body p {
margin:0 0 .75em;
}
.deleted-comment {
font-style:italic;
color:gray;
}

#blog-pager-newer-link {
float: left;
}

#blog-pager-older-link {
float: right;
}

#blog-pager {
text-align: center;
}

.feed-links {
clear: both;
line-height: 2.5em;
}

/* Sidebar Content
----------------------------------------------- */
.sidebar {
color: $textcolor;
line-height: 1.5em;
}

.sidebar ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
}
.sidebar li {
margin:0;
padding:0 0 .25em 15px;
text-indent:-15px;
line-height:1.5em;
}

.sidebar .widget, .main .widget {
border-bottom:1px dotted $bordercolor;
margin:0 0 1.5em;
padding:0 0 1.5em;
}

.main .Blog {
border-bottom-width: 0;
}


/* Profile
----------------------------------------------- */
.profile-img {
float: left;
margin: 0 5px 5px 0;
padding: 4px;
border: 1px solid $bordercolor;
}

.profile-data {
margin:0;
text-transform:uppercase;
letter-spacing:.1em;
font: $bodyfont;
color: $textcolor;
font-weight: bold;
line-height: 1.6em;
}

.profile-datablock {
margin:.5em 0 .5em;
}

.profile-textblock {
margin: 0.5em 0;
line-height: 1.6em;
}

.profile-link {
font: $bodyfont;
text-transform: uppercase;
letter-spacing: .1em;
}

/* Footer
----------------------------------------------- */
#footer {
width:660px;
clear:both;
margin:0 auto;
padding-top:15px;
line-height: 1.6em;
text-transform:uppercase;
letter-spacing:.1em;
text-align: center;
padding: 5px;
border:1px solid $bordercolor;
background-color:#transparent;
background-image:url(none);
}

/** Page structure tweaks for layout editor wireframe */
body#layout #header {
margin-left: 0px;
margin-right: 0px;
}

.bloggerPmPBar { background-color:#003366;
color:#9cceff;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
padding:2px 2px 2px 6px;}
.bloggerPmPBar a {color:#9cceff}
.PmPLogo {float:right;padding-right:9px;}
www.pimp-


]]></b:skin>
</head>

<body>




<div id='outer-wrapper'><div id='wrap2'>

<!-- skip links for text browsers -->
<span id='skiplinks' style='display:none;'>
<a href='#main'>skip to main </a> |
<a href='#sidebar'>skip to sidebar</a>
</span>

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Historia y Ciencia (cabecera)' type='Header'/>
</b:section>
</div>

<div id='content-wrapper'>

<div id='crosscol-wrapper' style='text-align:center'>
<b:section class='crosscol' id='crosscol' showaddelement='no'/>
</div>

<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Entradas del blog' type='Blog'/>
</b:section>
</div>

<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
<b:widget id='Profile1' locked='false' title='About Me' type='Profile'/>
</b:section>
</div>

<!-- spacer for skins that want sidebar and main to be the same height-->
<div class='clear'> </div>

</div> <!-- end content-wrapper -->

<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>

</div></div> <!-- end outer-wrapper -->
</body>
</html>
[/COLOR]
  #5 (permalink)  
Antiguo 06/05/2011, 12:12
 
Fecha de Ingreso: noviembre-2010
Mensajes: 175
Antigüedad: 13 años, 5 meses
Puntos: 1
Respuesta: Quitar título del head de un blog

Cita:
Iniciado por Ag666 Ver Mensaje
a pues que bien armado esta el código ñ.ñ ya intentaste corregir la linea 13?
ajaj, me agarraste en pleno c & p!!!

Etiquetas: blog, head, quitar
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:17.