inherit
92322
0
Dec 20, 2010 15:14:44 GMT -8
writergurllw
26
November 2006
writergurllw
|
Post by writergurllw on Dec 18, 2010 11:57:26 GMT -8
Note: The site tells me this, but I don't know what that means: 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 "ul" must be terminated by the matching end-tag " ".
<!-- begin menu --> <div class='menu'> <ul class='sf-menu'> <li class='rss_link'><a expr:href='data:blog.homepageUrl + "feeds/comments/default"'>Comments</a></li> <li class='rss_link'><a expr:href='data:blog.homepageUrl + "feeds/posts/default"'>Posts</a></li> <li><a expr:href='data:blog.homepageUrl' title='Home'>Home</a></li> <li class='page_item'><a href=''>Index/List</a></li> <ul class='children'> <li class='page_item'><a href='' title=''>Sub Menu 1</a></li> <li class='page_item'><a href='' title=''>Sub Menu 2</a></li> <li class='page_item'><a href='#' title='Submission'>Submission</a> <ul class='children'> <li class='page_item'><a href='#' title='Sub Menu #1'>Sub Menu #1</a></li> <li class='page_item'><a href='#' title='Sub Menu #2'>Sub Menu #2</a></li> <li class='page_item'><a href='' title='Sub Menu 3'>Sub Menu 3</a></li> <li class='page_item'><a href='' title='Sub Menu 4'>Sub Menu 4</a></li> <li class='page_item'><a href='' title=''>About</a></li> </ul> </li> </ul> </div> <!-- end menu --> </div><!-- #access --> </div><!-- #masthead --> </div><!-- #header -->
|
|
inherit
*this CT deserves an achievement*
136400
0
Jun 25, 2021 18:23:00 GMT -8
Trill
hola
6,232
January 2009
ghbraingle
|
Post by Trill on Dec 18, 2010 15:51:42 GMT -8
You have 3 opening UL tags, and only 2 closing UL tags. Try this instead: <!-- begin menu --> <div class='menu'> <ul class='sf-menu'> <li class='rss_link'><a expr:href='data:blog.homepageUrl + "feeds/comments/default"'>Comments</a></li> <li class='rss_link'><a expr:href='data:blog.homepageUrl + "feeds/posts/default"'>Posts</a></li> <li><a expr:href='data:blog.homepageUrl' title='Home'>Home</a></li> <li class='page_item'><a href=''>Index/List</a></li> </ul> <ul class='children'> <li class='page_item'><a href='' title=''>Sub Menu 1</a></li> <li class='page_item'><a href='' title=''>Sub Menu 2</a></li> <li class='page_item'><a href='#' title='Submission'>Submission</a></li> </ul> <ul class='children'> <li class='page_item'><a href='#' title='Sub Menu #1'>Sub Menu #1</a></li> <li class='page_item'><a href='#' title='Sub Menu #2'>Sub Menu #2</a></li> <li class='page_item'><a href='' title='Sub Menu 3'>Sub Menu 3</a></li> <li class='page_item'><a href='' title='Sub Menu 4'>Sub Menu 4</a></li> <li class='page_item'><a href='' title=''>About</a></li> </ul> </div> <!-- end menu --> </div><!-- #access --> </div><!-- #masthead --> </div><!-- #header -->
|
|
inherit
92322
0
Dec 20, 2010 15:14:44 GMT -8
writergurllw
26
November 2006
writergurllw
|
Post by writergurllw on Dec 18, 2010 20:01:56 GMT -8
Thanks, but now look at it what it's telling me. 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 "div" must be terminated by the matching end-tag " ". <!-- begin menu --> <div class='menu'> <ul class='sf-menu'> <li class='rss_link'><a expr:href='data:blog.homepageUrl + "feeds/comments/default"'>Comments</a></li> <li class='rss_link'><a expr:href='data:blog.homepageUrl + "feeds/posts/default"'>Posts</a></li> <li><a expr:href='data:blog.homepageUrl' title='Home'>Home</a></li> <li class='page_item'><a href=''>Index/List</a></li> </ul> <ul class='children'> <li class='page_item'><a href='' title='Sub Menu 1'>Sub Menu 1</a></li> <li class='page_item'><a href='' title='Sub Menu 1'>Sub Menu 2</a></li> <li class='page_item'><a href='#' title='Submission'>Submission</a></li> </ul> <ul class='children'> <li class='page_item'><a href='#' title='Sub Menu #1'>Sub Menu #1</a></li> <li class='page_item'><a href='#' title='Sub Menu #2'>Sub Menu #2</a></li> <li class='page_item'><a href='' title='Sub Menu 3'>Sub Menu 3</a></li> <li class='page_item'><a href='' title='Sub Menu 4'>Sub Menu 4</a></li> <li class='page_item'><a href='' title='About Me'>About Me</a></li> </ul> </li> </div> <!-- end menu --> </div><!-- #access --> </div><!-- #masthead --> </div><!-- #header -->
|
|
inherit
*this CT deserves an achievement*
136400
0
Jun 25, 2021 18:23:00 GMT -8
Trill
hola
6,232
January 2009
ghbraingle
|
Post by Trill on Dec 18, 2010 20:41:13 GMT -8
I'm not very familiar with Blogger, but are those three </div> tags at the bottom of the code necessary?
|
|
inherit
92322
0
Dec 20, 2010 15:14:44 GMT -8
writergurllw
26
November 2006
writergurllw
|
Post by writergurllw on Dec 18, 2010 20:45:58 GMT -8
Well, this template was pre-made, and those last three codes were just there with it. I'm not exactly certain what they correspond to.
|
|
inherit
*this CT deserves an achievement*
136400
0
Jun 25, 2021 18:23:00 GMT -8
Trill
hola
6,232
January 2009
ghbraingle
|
Post by Trill on Dec 18, 2010 20:47:52 GMT -8
Maybe it would be faster to receive a knowledgeable response if you ask whoever made that premade? Try without those three divs, and if not, I'll have to leave this for someone else as I'm not familiar with Blogger's limitations.
|
|
inherit
92322
0
Dec 20, 2010 15:14:44 GMT -8
writergurllw
26
November 2006
writergurllw
|
Post by writergurllw on Dec 20, 2010 15:14:39 GMT -8
Thanks for your help! I tried contacting them, but they haven't responded. I don't think they will, to be honest. >.< However, I think I can find some way around it.
|
|