Saturday, September 29, 2018

How To Add Copyright [©] Symbol In Footer Of Blogger/Blogspot Blog

This AndroRuse teach you ,"How To Add Copyright {  © } Symbol To A Blog". In This Post , I have added symbol On Blogspot blog but you can apply it on any blog. This processes does not requires any software.

Now , simply follow these steps to add © symbol to your blog or websites.


1. Browse www.blogger.com / www.blogspot.com In Any Supported Browser.




First of all , open your any supported browser like Google Chrome Or Mozilla Firefox. Inter a URL : www.blogger.com or you can write www.blogspot.com and a new window will be open. Let your browser to open full page. Now if you don't have a blogger connected gmail account , then you can create a new one.



2. Sign in To Your Blogger Account.




Now , Simply click on sign in icon , beside create a blog option. Now a new window will open and asks for your email address. Type your email address and again , it will ask you for password. Type your password. After some moment , your blogger's blog will open.



3. Select "Templates" Option.



After your blog opens , you are in posts option. Now , select Templates option. Wait until it opens completely. Always backup your theme when you are going to edit directly your blog HTML.




4. Click On "Edit HTML".



Now you will find a " Edit HTML " option. Click there. Again I am saying you always keep a backup of your current theme so that if you cut any code in your HTML by mistakely then you can again reback to previous theme.



5. Search " /body " {Located In Last}



Now , search for /body in your HTML editor. /body tag is in second last line of your blog's HTML. And /HTML is in last. You will find like this:

 REMEMBER : THIS IS NOT CODE, THIS IS ONLY EXAMPLE, YOU WILL FOUND CODE IN BELOW NEXT STEP.



<br>
<a>androruse
</a>
</body>
</HTML>

In this, paste your code between </a> And </body> Like:
</a>
Your code
</body>
</HTML>
This is the process of pasting. You can find pasting steps below.





6. Just Above " /Body " , Paste The Below Code.


 Copy below code and paste it just in one line before /body tag. You can clearly understand by seeing the above photo.

Code:

Select All




Remember , while pasting code, you must change something.

<a>
<font color="green", size="2">
<center>
© 2018 AndroRuse. All Rights Reserved
<a
href="http://bit.ly/androruse">.
</a>
</center>
</font>
</a>


REPLACEMENTS

2018 = The year you started and current year like 2016-2018

Androruse = Write your website/blog title.

green = Addd your desire color like blue , red or black or others. ( You can also add color tag like #f103938 )

2 = Your Desire size , which suits your blog. Like your blog is a little big , you can add 3 or 4 and if small then 1.

REMEMBER IF YOU CHANGE ANY OTHERS CODE, THAT MAY NOT WORK.

SAMPLE OF THE CODE
© 2018 AndroRuse. All Rights Reserved .



7. Click On Save Templates & All Done.


 You have done all and now it's time to save it. Please recheck this process of pasting code because there may occur any mistakes from you. If all looks good , now click on save templates. Your blog's footer is now containing the copyright { © } permission.

Now if you have any other problem or problems relating to your this blog post, feel free to comment below. Or if this process is not working on your blog, let me know from you by comment.




Disqus Comments