Τετάρτη 8 Απριλίου 2009
Τρόπος κατάργησης του Blogger Navbar
Πηγή: Testing Blogger Beta
...Rat has posted a similar but different way of hiding the blog at Hide navbar where it advocate putting the code
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
just before the closing style tag ]]</b:skin>
So what you need to do is to sign into Dashboard, click LAYOUT for the relevant blog, click the template tab and look for the clossing style tag
]]></b:skin>
If you have problem finding ]]></b:skin>, press ctrl+F and you shoud see . Type or copy-paste part or all of ]]></b:skin> into the "Find" box and click find. That part of the code in the template editor window will then be found and highlighted
Paste
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
just above that so that it become
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
]]></b:skin>
Preview, and if satisfied, click "Save template"
I have tested it at this blog Blogging Ideas and have found it to work.
Important note: Before you make any changes to your template, always backup you template.
Εγγραφή σε:
Σχόλια ανάρτησης (Atom)
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου