Printable Version of Topic

Click here to view this topic in its original format

Forums _ Blogger Support _ template problems

Posted by: moorepocket* Jan 1 2007, 10:51 AM

For blogger.com

First go to your dashboard. I just upgraded my blog to google blog.
Then you will see this.

click on Template.

Then it will take you another page.


This is where you put your html codes. You don't post it in Settings.

Posted by: anthonyjosephatcreatblogdotcom Jan 3 2007, 04:43 PM

i do that and it says this...Please correct the error below, and submit your template again.

QUOTE
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The element type "style" must be terminated by the matching end-tag "".

Posted by: justabitcrazy Jan 5 2007, 10:47 PM

QUOTE(anthonyjosephatcreatblogdotcom @ Jan 3 2007, 4:43 PM) *
i do that and it says this...Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The element type "style" must be terminated by the matching end-tag "".



it says the same for me too.
what should we do?

Posted by: moorepocket* Jan 8 2007, 10:28 AM

are you using the blogger codes from here?

Posted by: ORIGINAL Y Jan 16 2007, 06:58 PM

QUOTE(moorepocket* @ Jan 8 2007, 10:28 AM) *
are you using the blogger codes from here?


It's doesn't work... I want to put a template but it doesn't work, I have always error messages. Where I put the code of a template in my codes ? :

CODE
<?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:     Minima Black
Designer: Douglas Bowman
URL:      www.stopdesign.com
Date:     26 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */

/* Variable definitions
   ====================
   <Variable name="bgcolor" description="Page Background Color"
             type="color" default="#000" value="#000000">
   <Variable name="textcolor" description="Text Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#9ad" value="#99aadd">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#777" value="#777777">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#ad9" value="#aadd99">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#333" value="#333333">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#777" value="#777777">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#999" value="#999999">
   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#a7a" value="#aa77aa">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif" value="normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font"
             default="normal bold 200% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif" value="normal bold 200% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif">
   <Variable name="descriptionfont" description="Blog Description Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
*/

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

body {
  background:$bgcolor;
  margin:0;
  color:$textcolor;
  font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }
a:link {
  color:$linkcolor;
  text-decoration:none;
  }
a:visited {
  color:$visitedlinkcolor;
  text-decoration:none;
  }
a:hover {
  color:$titlecolor;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

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

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

#header {
  margin: 5px;
  border: 1px solid $bordercolor;
  text-align: center;
  color:$pagetitlecolor;
}

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

#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: $descriptionfont;
  color: $descriptioncolor;
}


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

#main-wrapper {
  width: 410px;
  float: left;
  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;
  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:$sidebarcolor;
}


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

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

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

.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:$sidebarcolor;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont;
  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: $sidebarcolor;
  }

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

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

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

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

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

/* Sidebar Content
----------------------------------------------- */
.sidebar {
  color: $sidebartextcolor;
  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: $postfooterfont;
  color: $sidebarcolor;
  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: $postfooterfont;
  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;
}

/** Page structure tweaks for layout editor wireframe */
body#layout #header {
  margin-left: 0px;
  margin-right: 0px;
}
]]></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='Yanick Roy (en-tête)' type='Header'/>
</b:section>
    </div>

    <div id='content-wrapper'>

      <div id='main-wrapper'>
        <b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Messages 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='Archive de blog' type='BlogArchive'/>
<b:widget id='Profile1' locked='false' title='Qui êtes-vous ?' 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>

Posted by: moorepocket* Jan 16 2007, 08:00 PM

you replace

CODE
<?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'>

with
QUOTE
<html>

Posted by: homaniac Jan 24 2007, 11:11 PM

QUOTE(moorepocket* @ Jan 17 2007, 9:00 AM) *
you replace

CODE
<?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'>



sorry but i still don't get it. replace?

Posted by: homaniac Jan 25 2007, 04:24 AM

ANd how do I know my template header's code?

Posted by: sweetmiseryhlub Jan 26 2007, 01:12 AM

how come everytime i try to put it in it says error..what am i suppose to replace that code with?..please help.

Posted by: tktk Jan 28 2007, 10:26 AM

i think the problem only applies to the blogs established AFTER upgrading.
i've got 2 blogs, one before upgrading and the other one after i upgrade and integrate it with my google account.

this is what under the "template" section of my new blog:


* Page Elements
* Fonts and Colors
* Edit HTML
* Pick New Template

and this is what under the old blog of mine:


* Edit HTML
* Pick New
* Customize Design
* AdSense

See?

so i think the problem is associate with the different code structure required by the old blogs and the updated ones...
(i've tried to change the codes on my old blog with another temoplate on createblog and it works perfectly)

unfortunately, i'm not a coder so...
i'm also asking for help since all the codings on createblog only works for my older blog, but not the new one.

QUOTE(moorepocket* @ Jan 17 2007, 9:00 AM) *
you replace

CODE
<?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'>

with



oh thanks this works!

but how can i change the other templates as well???


alright, i know how to use the old codes now...
you have to shoose "template"-->"edit html"-->" Revert to Classic Template " at the bottom of the page...

Posted by: moorepocket* Jan 29 2007, 09:34 AM

do the same?

Posted by: sweetmiseryhlub Feb 2 2007, 05:37 AM

i dont get it..what do you replace it with?..

Posted by: moorepocket* Feb 2 2007, 09:06 PM

QUOTE
<html>

Posted by: hannahbanana1111 Feb 3 2007, 11:59 PM

is anyone there? i realllly need help

Posted by: moorepocket* Feb 4 2007, 12:17 AM

yes...

Posted by: ljd2526 Feb 4 2007, 04:47 PM

I just tried everything mentioned below, and I am still getting the same error. My blog is created un the new Google Blogger, so is this probably the problem?

Posted by: moorepocket* Feb 4 2007, 09:11 PM

i'm not sure, b/c with me i don't have that problem. I'm really confused.

Posted by: Kathleen Feb 5 2007, 04:31 PM

QUOTE(ljd2526 @ Feb 4 2007, 4:47 PM) *
I just tried everything mentioned below, and I am still getting the same error. My blog is created un the new Google Blogger, so is this probably the problem?

No no no not at all. You just have to make sure that the template is on classic HTML, not the new XML. I have the new Google Blogger, and I'm still able to use these templates.

Posted by: moorepocket* Feb 7 2007, 09:27 AM

thank you kathleen for explaining.

Posted by: niciDOOM Feb 28 2007, 12:19 PM

and how do you get it to the classic html?

Posted by: Kathleen Feb 28 2007, 12:40 PM

Click on your Template tab. Then click on Edit HTML. Scroll down to the bottom and click on Revert to Classic Template.

Posted by: niciDOOM Feb 28 2007, 02:25 PM

ahhh i got it ^____^
thanks so much guys

Posted by: jaex0 Apr 19 2007, 03:53 PM

guys i need ur help.... i need somoene to help me with a 3 column plain white blooger template..... please get back to me either on aim or e-mail


e-mail: jj_rocks_xox@yahoo.com
aim- jacexxx

Posted by: moorepocket* Apr 19 2007, 06:06 PM

what is it?

Posted by: blond_enzo Apr 29 2007, 12:54 PM

Hi all,

I was hoping you could help a newbie out. I'm no star with layouts. I just registered at Blogger, wanting to use this layout code: (see below)
But when I paste it into template it gives me an error, saying the code isn't right. I've read through the threads and tried fixing it on my own, without much success as you can see. Now I'm no pro with html (at all) so please help me. It's probably something stupid I missed, but please help.

QUOTE
<!-- start code provided by createblog.com -->
<html>
<head>

<title>So..Sophisticated</title>


<STYLE type=text/css>
BODY {
cursor: crosshair;
font-family: tahoma;
font-size: 8pt;
color: #995366;

scrollbar-3dlight-color:#040404;
scrollbar-darkshadow-color:#995366;
scrollbar-highlight-color:#995366;
scrollbar-shadow-color:#995366;
scrollbar-track-color:#040404;
scrollbar-arrow-color:#995366;
scrollbar-face-color:#040404;
}


.navheader
{height:15px;width:180px;
border: solid #000000;
border-width:1px 1px 0px 1px;
background-image:url('http://layouts.cbimg9.com/33/16574e.jpg');
text-align:center;}

.blogheader
{height:15px;width:390px;
border: solid #000000;
border-width:1px 1px 0px 1px;
background-image:url('http://layouts.cbimg9.com/33/16574f.jpg');
text-align:left;}

A:link {
FONT-WEIGHT: bold;
CURSOR: help;
COLOR: #69152c;
TEXT-DECORATION: none;
border-bottom:1px dashed #999999;
}
A:visited {
FONT-WEIGHT: bold;
CURSOR: help;
COLOR: #69152c;
TEXT-DECORATION: none;
border-bottom:1px dashed #999999;
}
A:active {
CURSOR: help;
COLOR: #69152c;
TEXT-DECORATION: none;
border-bottom:1px dashed #999999;
}
A:hover {
CURSOR: help;
COLOR: #c0c0c0;
TEXT-DECORATION: none;
border-bottom:1px dashed #999999;



</style>

<body bgcolor="#040404" topmargin="0" rightmargin="0" bottommargin="0" link="#7375DA" vlink="#7375DA" alink="#7375DA" text="#040404" background="http://i66.photobucket.com/albums/h250/suweetness/lays/sophisticated/miss2.png" style="background-repeat:repeat-y;">
<div style="position:absolute; left:0px; top:0px;"><img src="http://layouts.cbimg9.com/33/16574c.png" border="0"></div>






<div id=content style="position:absolute; top:400; left:243; width: 390; border: 0px solid pink;">


<blogger>
<p class="blogheader"><B><font color="c0c0c0"><BlogDateHeader>
<$BlogDateHeaderDate$>
</BlogDateHeader></B></font></p>

<p><$BlogItemBody$>
</p>
Posted by <$BlogItemAuthor$> at <$BlogItemDateTime$>

<br>
<br>
</blogger>

</div>










<div id=navigation style="position:absolute; top:10; left:38; width: 180; border: 0px solid pink;">

<p class="navheader"><FONT COLOR="C0C0C0"><B>SITE</B></p></FONT></P></TD></TR></TBODY></TABLE>

Best viewed with IE and a 1024x768 resolution

<br><br>
<br><br>
<br><br>








<p class="navheader"><FONT COLOR="C0C0C0"><B>ABOUT ME</B></p></FONT></P></TD></TR></TBODY></TABLE>

¢À Jeannie
<BR>
¢À Female
<BR>
¢À 17
<BR>
¢À 19th May
<BR>
¢À Brunei Darussalam
<BR>
¢À Junior College
<BR>
¢À Perfectionist
<BR>







<p class="navheader"><FONT COLOR="C0C0C0"><B>LOVES</B></p></FONT></P></TD></TR></TBODY></TABLE>

¢À Having company
<br>
¢À Pretty colours
<br>
¢À Fairies
<br>
¢À Bling Blings
<br>
¢À Roses
<br>
¢À Animals
<br><BR>






<p class="navheader"><FONT COLOR="C0C0C0"><B>HATES</B></p></FONT></P></TD></TR></TBODY></TABLE>

¢À Car Crashes
<br>
¢À Liars
<br>
¢À Homework
<br>
¢À Waiting
<br>






<p class="navheader"><FONT COLOR="C0C0C0"><B>TAGBOARD</B></p></FONT></P></TD></TR></TBODY></TABLE>
<BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR>

<p class="navheader"><FONT COLOR="C0C0C0"><B>LINKS</B></p></FONT></P></TD></TR></TBODY></TABLE>

<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;



<br><br>








<p class="navheader"><FONT COLOR="C0C0C0"><B>CREDITS</B></p></FONT></P></TD></TR></TBODY></TABLE>

<a href="http://www.blogger.com/" target="new">Blogger</a>
<br>
<a href="http://www.createbog.com/" target="new">Creteblog</a>

<br>

<a href="http://hushed-words.com/" TARGET="_blank">
<img src="http://layouts.cbimg9.com/33/16574d.png" border=0 width=88 height=31>
</a>



</div>
<!-- end code provided by createblog.com -->

Posted by: moorepocket* Apr 29 2007, 07:38 PM

read a couple of post up.

Posted by: addiktivegurl Jun 5 2007, 05:00 PM

Nevermind i got it! biggrin.gif

Posted by: NoirFemme Jul 24 2007, 04:46 AM

My template doesn't work. Here it is:

QUOTE
<html>
<head>

<title>So..Sophisticated</title>


<STYLE type=text/css>
BODY {
cursor: crosshair;
font-family: tahoma;
font-size: 8pt;
color: #995366;

scrollbar-3dlight-color:#040404;
scrollbar-darkshadow-color:#995366;
scrollbar-highlight-color:#995366;
scrollbar-shadow-color:#995366;
scrollbar-track-color:#040404;
scrollbar-arrow-color:#995366;
scrollbar-face-color:#040404;
}


.navheader
{height:15px;width:180px;
border: solid #000000;
border-width:1px 1px 0px 1px;
background-image:url('http://layouts.cbimg9.com/33/16574e.jpg');
text-align:center;}

.blogheader
{height:15px;width:390px;
border: solid #000000;
border-width:1px 1px 0px 1px;
background-image:url('http://layouts.cbimg9.com/33/16574f.jpg');
text-align:left;}

A:link {
FONT-WEIGHT: bold;
CURSOR: help;
COLOR: #69152c;
TEXT-DECORATION: none;
border-bottom:1px dashed #999999;
}
A:visited {
FONT-WEIGHT: bold;
CURSOR: help;
COLOR: #69152c;
TEXT-DECORATION: none;
border-bottom:1px dashed #999999;
}
A:active {
CURSOR: help;
COLOR: #69152c;
TEXT-DECORATION: none;
border-bottom:1px dashed #999999;
}
A:hover {
CURSOR: help;
COLOR: #c0c0c0;
TEXT-DECORATION: none;
border-bottom:1px dashed #999999;



</style>

<body bgcolor="#040404" topmargin="0" rightmargin="0" bottommargin="0" link="#7375DA" vlink="#7375DA" alink="#7375DA" text="#040404" background="http://i66.photobucket.com/albums/h250/suweetness/lays/sophisticated/miss2.png" style="background-repeat:repeat-y;">
<div style="position:absolute; left:0px; top:0px;"><img src="http://layouts.cbimg9.com/33/16574c.png" border="0"></div>






<div id=content style="position:absolute; top:400; left:243; width: 390; border: 0px solid pink;">


<blogger>
<p class="blogheader"><B><font color="c0c0c0"><BlogDateHeader>
<$BlogDateHeaderDate$>
</BlogDateHeader></B></font></p>

<p><$BlogItemBody$>
</p>
Posted by <$BlogItemAuthor$> at <$BlogItemDateTime$>

<br>
<br>
</blogger>

</div>










<div id=navigation style="position:absolute; top:10; left:38; width: 180; border: 0px solid pink;">

<p class="navheader"><FONT COLOR="C0C0C0"><B>SITE</B></p></FONT></P></TD></TR></TBODY></TABLE>

Best viewed with IE and a 1024x768 resolution

<br><br>
<br><br>
<br><br>








<p class="navheader"><FONT COLOR="C0C0C0"><B>ABOUT ME</B></p></FONT></P></TD></TR></TBODY></TABLE>

�� Jeannie
<BR>
�� Female
<BR>
�� 17
<BR>
�� 19th May
<BR>
�� Brunei Darussalam
<BR>
�� Junior College
<BR>
�� Perfectionist
<BR>







<p class="navheader"><FONT COLOR="C0C0C0"><B>LOVES</B></p></FONT></P></TD></TR></TBODY></TABLE>

�� Having company
<br>
�� Pretty colours
<br>
�� Fairies
<br>
�� Bling Blings
<br>
�� Roses
<br>
�� Animals
<br><BR>






<p class="navheader"><FONT COLOR="C0C0C0"><B>HATES</B></p></FONT></P></TD></TR></TBODY></TABLE>

�� Car Crashes
<br>
�� Liars
<br>
�� Homework
<br>
�� Waiting
<br>






<p class="navheader"><FONT COLOR="C0C0C0"><B>TAGBOARD</B></p></FONT></P></TD></TR></TBODY></TABLE>
<BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR>

<p class="navheader"><FONT COLOR="C0C0C0"><B>LINKS</B></p></FONT></P></TD></TR></TBODY></TABLE>

<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;
<a href="http://" target="_blank">Link</a>;



<br><br>








<p class="navheader"><FONT COLOR="C0C0C0"><B>CREDITS</B></p></FONT></P></TD></TR></TBODY></TABLE>

<a href="http://www.blogger.com/" target="new">Blogger</a>
<br>
<a href="http://www.createbog.com/" target="new">Creteblog</a>

<br>

<a href="http://hushed-words.com/" TARGET="_blank">
<img src="http://layouts.cbimg9.com/33/16574d.png" border=0 width=88 height=31>
</a>



</div>

Posted by: daflirtyychick Jul 24 2007, 02:09 PM

I NEED HELP!!! =[ _unsure.gif ....


Do you erase everythin in "EDIT HTML"...then put the layout html??

Posted by: _cheekz_ Jul 24 2007, 02:18 PM

QUOTE(daflirtyychick @ Jul 24 2007, 03:09 PM) *
I NEED HELP!!! =[ _unsure.gif ....


Do you erase everythin in "EDIT HTML"...then put the layout html??


yes...just erase whats in there and enter the HTML code provided

Posted by: SkyEvo6 Sep 13 2007, 06:55 AM

I HAVE THE SOLUTION
laugh.gif

Go to your blog's HTML code page ; and just under the code click at " Back to the classic model " and then past the new HTML code , after erasing the old one :)

* even u didn't upgrade your blog to google ; or any stuff like that :d

Posted by: sellmecandybebe Sep 15 2007, 10:56 PM

QUOTE(moorepocket* @ Jan 17 2007, 09:00 AM) *
you replace

CODE
<?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'>

with


PLEASE HELP ME.
ITS LIKE, WHEN I POST THE CODE,
IT SAYS
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The reference to entity "you" must end with the ';' delimiter.

WHY DOES THAT HAPPEN?
IT HAPPENS WITH ALL CODES EXCEPT FOR PYZAM
AND PYZAM LAYOUTS SERIOUSLY SUCK
NO OFFENCE. I JUST DONT LIKE IT.

BUT I LOVE THESE LAYOUTS
AND ESPECIALLY THIS ONE
HERES THE CODE::
<html>

<head>

<title>&you dont know me a single bit;</title>

<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="No!Try again!!.";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}




document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>


<script>
window.defaultStatus=" +++ ";
</script>


<style type="text/css">

A:link
{ text-decoration: none; font-weight: none; color: #000000; cursor: crosshair; font-family: tahoma;}
A:visited
{ text-decoration: none; font-weight: none; color: #000000; cursor: crosshair; font-family: tahoma;}
A:active
{ text-decoration: none; font-weight: none; color: #000000; cursor: crosshair; font-family: tahoma;}
A:hover
{ text-decoration: underline; font-weight: normal; cursor: hand; color: #713c4c; font-family: tahoma; font-size: 9px;}

body
{
font-family: arial;
color: 000000;
font-size: 9px;
text-align: left;
line-height: 10px;
background-image: url(http://cbimg9.com/layouts/07/07/25/19923ab.jpg);
background-repeat: repeat;
background-attachment: none;

scrollbar-face-color: FFFFFF;
scrollbar-highlight-color : FFFFFF;
scrollbar-3dlight-color : FFFFFF;
scrollbar-shadow-color : FFFFFF;
scrollbar-darkshadow-color : FFFFFF;
scrollbar-track-color : FFFFFF;
scrollbar-arrow-color : faece1;
cursor: text;
}




.blogtitle{
color: #c8306a;
text-decoration: bold;
border-bottom: 1px dotted #713c4c;
font-family: georgia;
font-size: 10px;
line-height: 13px;
text-align: center;
cursor: hand;
letter-spacing: 2px;
text-transform: uppercase;
}

.blogtime{
color: #713c4c;
font-family: trebuchet MS;
font-size: 9px;
line-height: 8px;
text-align: center;
}

.blogend{
color: #c8306a;
font-family: trebuchet MS;
font-size: 10px;
text-align: right;
}

.blog{
font-family: arial;
color: 713c4c;
text-align: left;
font-size: 9px;
line-height: 11px;
padding: 2px;
cursor: help;
}

.title{
color: #c8306a;
font-family: georgia;
letter-spacing: 2px;
text-transform:uppercase;
font-size: 10px;
cursor: hand;
line-height: 10px;
text-align: center;
border-bottom: 1px dotted #713c4c;

}


.profile{
color: #713c4c;
font-family: arial;
font-size: 9px;
line-height: 10px;
text-align: left;
padding: 2px;
cursor: vertical-text;
}



</style>
</head>

<noembed>
<body>
</noembed>

<div id=image style="position:absolute;top:0; left:0"><img src="http://cbimg9.com/layouts/07/07/25/19923aa.jpg" galleryimg="no"></div>







<div id="Layer4" style="position: absolute; width:185px; height: 100%; z-index:4; left: 380px; top: 455px; background: transparent;">



<div class="title">!aboutme</div>
<div class="profile">

<b>www.your-url.blogspot.com</b><br>
hi guys i'm colby so this is where you will write whatever you want about yourself, ur blog ect. enjoy the layout .

</div>
<br>

<div class="title">!loves</div>
<div class="profile">

things you love can go here of cam image music, things or whatever.<br>


</div>
<br>

<div class="title">!wants</div>
<div class="profile">

your wants or change it how u wish i would also want to have <i>that</i>, <i>this</i> &<i>that</i>.

</div>
<br>


<div class="title">!links</div>
<div class="profile">
<a href="http://www.link.com/" title="FRIEND">link</a><br>
<a href="http://www.link.com/" title="FRIEND">link</a><br>
<a href="http://www.link.com/" title="FRIEND">link</a><br>
<a href="http://www.link.com/" title="FRIEND">link</a><br>
<a href="http://www.link.com/" title="FRIEND">link</a><br>
<a href="http://www.link.com/" title="FRIEND">link</a><br>
<a href="http://www.link.com/" title="FRIEND">link</a><br>
<a href="http://www.link.com/" title="FRIEND">link</a><br>
<a href="http://www.link.com/" title="FRIEND">link</a><br>
<a href="http://www.link.com/" title="FRIEND">link</a><br>
</div>
<br>


<div class="title">!archives</div>
<div class="profile">
<BloggerArchives>
<a href="<$BlogArchiveLink$>"><$BlogArchiveName$></a><br></BloggerArchives></div>
<br>



<div class="title">!credits</div>
<div class="profile">
Designer <a href="http://colbydageek.createblog.com/">Colbydageek.</a>
Images <a href="http://cvsw-stock.deviantart.com">1</a><br>
Font <a href="http://dafont.com">1</a><br>
Brushes <a href="http://www.funeralmonster.net">1</a><a href="http://44suburbia.org"> 2</a><a href="http://www.kloud-nine.com"> 3</a><a href="http://www.missm.paperlilies.com"> 4</a>
</div>

<br>
<div class="title">!TAGGGGG :D</div>
<div class="profile">



TAGBOARD HERE: 185px max for width; <br><a href="www.cbox.ws">cbox!</a>



<br><br>
</div></div>




<div id="Layer5" style="position:absolute; width:340px; height:100%; z-index:4; left: 40px; top: 452px; background: transparent;">
<Blogger>

<div class="blogtitle"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader></div>
<div class="blogtime"><$BlogItemDateTime$></div><br>
<align="left"><div class="blog"><$BlogItemBody$></align></div>
<br>
<div class="blogend">! you dont know the real me. </div><br>
<br>
</Blogger>
</div>
</div></div>

</html>

CAN SOMEONE PLEASE HELP ME?
FIX THE CODE FOR ME PLEASE.

IF YOU WOULD, THANKS ALOT.

Posted by: sharan1104 Oct 3 2007, 12:31 AM

I'm still having problems. I reverted it to Classic template and then add in the layout's HTML. But I lose all my widgets. I can't get it back. I also can't edit the page elements of the new layout. Need help please!

Posted by: cha0tiicgurlx Nov 30 2007, 10:10 PM

urm, you can change your template to the classic template. in that way, there will be no problem. (:

Posted by: Carola Dec 12 2007, 11:02 AM

I need help! The comments and permalink don't work with the layout im using for blogger :( (Disguise)

Posted by: sephirothsprincess Dec 27 2007, 01:03 AM

our template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The value of attribute "content" associated with an element type "null" must not contain the '<' character.

[color="#800080"][/color]what should i do now stubborn.gif

Posted by: girlz Mar 3 2008, 04:15 AM

if i am using classic template, how can i edit my page element? and how can i add link to my blog? and how to add cbox?

Posted by: libertie Mar 4 2008, 06:40 PM

Please, in the future, if you have any questions related to blogger templates or getting your layout to work, make your own topic (according to the rules, of course). It will be more likely to be seen, and your question will be answered more quickly and efficiently. Thanks!