Wednesday 2 March 2016

Simple Method To Add Copyright On Blogger

To add Copyright on Footer

To add Copyright symbol on Footer

Go to Layout -> Edit HTMLSearch for Footer wrapper...something like given below,

<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>

After finding Footer-wrapper,insert the below tags and your desired content

<p> <center> Content Copyright &#169; 2016 by jesse. All rights reserved.</center></p>

for copyright symbol use UNICODE &#169;=&copy;=©

So the final code should be like this:

<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
<p> <center> Content Copyright&#169; 2016 by jesse. All rights reserved.</center> </p>
</div>

No comments:

Post a Comment

I'm Looking Forward To Hearing From you