Hi, I will share my script that increase my CTR at my affiliate site. The idea is simple, it will grab attention to click the link (or button) by putting a little pulse animation on it. demo: http://karmaproject.co.uk/attention-seeker-link-button-script/ the code is a CSS, you can download it here: http://karmaproject.co.uk/pulse-script.txt How to use it: 1. copy - paste the CSS to your css file. For wordpress you can paste it on your style.css (from your theme directory). 2. call your CSS with class="animated pulse" Code (markup): example: for image button: <img class="animated pulse" src="image"> Code (markup): for text link: <div class="animated pulse"><a href="link">call action</a></div> Code (markup): that's all, thank you.. hope you like it.