Free Links On the Web - HOW TOs / BLOGGER
Question: How to remove Attribution Gadget in blogger?
Answer :
On your blogspot's home page:
Click Design
On your blogspot's dashboard:
Click Template (always make a backup of your template before any changes)
Click Edit HTML
On your Template's HTML:
Click Edit template
Click in the HTML template area
Press Control+F on the keyboard and, on the "Search" blank space, type: "</head>" (without quotes) and press enter - you will jump to the relevant highlighted text.
Just above </head> type:
Question: How to remove Attribution Gadget in blogger?
Answer :
On your blogspot's home page:
Click Design
On your blogspot's dashboard:
Click Template (always make a backup of your template before any changes)
Click Edit HTML
On your Template's HTML:
Click Edit template
Click in the HTML template area
Press Control+F on the keyboard and, on the "Search" blank space, type: "</head>" (without quotes) and press enter - you will jump to the relevant highlighted text.
Just above </head> type:
"<style>
#Attribution1 {
display: none;
}
</style>" (without quotes).
Click Preview template to see the result on blogger
Click Save template