Categories: Layouts & Templates :

Re: Funny arrow has appeared above navbar - how do I get rid of it?

Showing 1-11 of 11 messages
Funny arrow has appeared above navbar - how do I get rid of it? astan89 4/10/12 9:05 AM <This message has been deleted.>
Re: Funny arrow has appeared above navbar - how do I get rid of it? Adam (apple blogger) 4/10/12 10:33 AM Hard to diagnose since you don't provide a link. However I'll guess that if you search your template code for the string "->" you will find one that is not connected with a tag, and if you delete it the problem will go away. Always back u your templa
Re: Funny arrow has appeared above navbar - how do I get rid of it? astan89 4/14/12 10:58 AM <This message has been deleted.>
Re: Funny arrow has appeared above navbar - how do I get rid of it? Adam (apple blogger) 4/15/12 12:28 PM I do have another idea, which is to search for "--&gt;" That is another way to represent "-->" Thanks for the link, it is helpful.
Re: Funny arrow has appeared above navbar - how do I get rid of it? vbnandu86 5/5/12 8:01 PM hmmm...Annie...I looked through the source code of your blog.Looks like you have screwed up the blog while editing the HTML/CSS... What's this ?? </b:if> --></style> That arrow mark here looks funny.Try removing it. Search for </b:if> in your templat
Re: Funny arrow has appeared above navbar - how do I get rid of it? xxxdepy 5/5/12 8:42 PM Hello, Vbnandu86, we appreciate your help, but was the use of posting your blog address when you already answered. Here, we call it spam, posting links to your blog for unnecessary reasons only to get traffic. Blogger Help forum guidelines says that
Re: Funny arrow has appeared above navbar - how do I get rid of it? astan89 5/6/12 1:04 AM <This message has been deleted.>
Re: Funny arrow has appeared above navbar - how do I get rid of it? David Kutcher 5/6/12 6:55 PM Please read this past thread: https://groups.google.com/a/googleproductforums.com/forum/#!msg/blogger/K6lOLg-SaaE/PBWlOOxhO3cJ Essentially search your template for this: </style>]]></b:skin> Within the </b:skin> you don't need to have </style> Remove
Re: Funny arrow has appeared above navbar - how do I get rid of it? astan89 5/7/12 1:18 AM <This message has been deleted.>
Re: Funny arrow has appeared above navbar - how do I get rid of it? David Kutcher 5/7/12 11:46 AM This is the line: .post-footer-line-1 {font-size:10px !important;}<b:if cond='data:blog.pageType == "static_page"'> <style> .post-title.entry-title{ display: none; } </style> </b:if>]]></b:skin> take out <style> and </style>
Re: Funny arrow has appeared above navbar - how do I get rid of it? astan89 5/7/12 1:54 PM <This message has been deleted.>