domdomrung

Add Flashing effect in your Blogger Hyperlinks





in this post I going to show you how to add flashing background in your blog links. in some links are very important than others on your blog page. with this script, they will be noticed more as well. Use it to give any link(s) on your page a flashing trait, with independently controlled options for each link. The script allows you to flash a link in two ways- flashing the link text itself, or its background but thanks to Dynamic Drive we can now easily change the color of our links to several colors. I have modified the code a bit for simplicity. make this tutorial for blogger beginner user. your can add this flashing effect in your link just in two simple steps. no trouble for adding codes just add a javascript in your header section and ad just one line in your blogger links. so lets start the tutorial. see live Demo Below.

Link with flashing Text. Check out color code Generator

And this link with flashing background. Check out color code Generator



First we need to edit your blogger template so Always Make a Backup of Your Template Before You Edit Your Template (how to make a template backup.)



1. Go to your blogger Dashboard>> Template>> Proceed>> press CTRL+F and find this code (how to find code by using search bar.)

</head>

2. paste this script before/above </head>.



<script type="text/javascript" src="http://my-blogger-tricks-script.googlecode.com/files/LinkBackgroundFlashingScript.js"></script>



Click on preview button and see all things is write if ok click on save and go to your blogger post editor and write your content. when you add a important link in your post make little change in your hyperlink. changes I am showing you below..

if you want to flashing only text not a background so make your link look like this.



<a href="here is your link" rel="flashfg[Here is your flashing color name]">Example 1</a>



and if you want your link flashing with background then make your link look like this.



<a href="here is your link" rel="flashbg[Here is your flashing color name]">Example 1</a>



Note:- if you have no idea how generate color code check out our color code generator tools.

that’s it if you have any trouble with this tutorial leave your Comment & Questions below in comment box I will try to give you better help. Thanks for reading our post.