What is cod of blinking text in blogger -Computer Hardware and Networking notes|latest Updates of SEO tutorils|Business Ideas|Tickets Booking tips|Free Ads|Heath Tips|Job all you will get on Best IT Training---
what is cod of blinking text in blogger |How make text to blink after 5 second.
Best IT Training is going to clear this doubt how to blink text in blogger so many friedns keep on asking me about this and in different way like what is cod of blinking text in blogger |How make text to blink after 5 second.So best it training got solution for blinking text on blogger so this will improve impression of your blogger by blinking text on your blog.
what is cod of blinking text in blogger -as below we have given few codes for how to make blink text in blogger that will improve your blogger impression but you need to know where to keep this cod for bliking text ,as you want to blink text in each post then you have to post this cod in each post or if you want to apply this cod only for specific like Interview Date,Exan date ,Upcoming job Vacancies ,About me etc |How make text to blink after 5 second.
you also know-Images rotation cod|Microformats Errors|Search box cod
How to implement cod in blogger for blinking text -you just need to do few steps to implement cod for your text to blink in blogger .
- copy below cod
- go your blogger
- now click on layout
- add gadget
- click on html cod
- now past into html cod
These are the code for blinking text in blogger
<script language="javascript">
setInterval(blinktext, 500);
var txt = "";
var count = 0;
function blinktext() {
var cntrl = document.getElementById("txtblinkingtext");
if (count == 0)
txt = cntrl.value;
if (count % 2 == 0)
cntrl.value = "";
else
cntrl.value = txt;
count++;
}
</script>
<form id="form1" runat="server">
<div style="margin: auto; text-align: center;">
<input type="text" id="txtblinkingtext" name="txtblinkingtext" value="HOW IS BLINKING THIS TEXT HERE "
readonly style="height: 20px; width: 200px; background-color: blue;
color: White; border: 0px none; text-align: center;" />
</div>
</form>
what to make changes in cod- once you copy and past into your blog then before it keep some change you just change about me and and keep text what you want to blink it on your blogger .these code your have to past it before any text of your blog in html cod.