How to Make Writing Effects Run on Blog
Make Writing Effects Run on Blog - The fun of blogging on bloggers is that you can try various blog tricks, both to optimize your blog or beautify the look of the blog. In a normal blog, the most dominant is text or writing.

There are various ways to make effects on the writing, starting from the blinking writing, the link swaying, until what we will learn today is to make the writing run like typed.
Writing with the effect running like typed, the same as when we type using a laptop. When our finger presses the letter, the letter will appear and so on. This effect makes the letters appear letters per letter. This effect can be used to attract the eyes of visitors to see it, for example an announcement. To make writing with typed-like effects quite easy. We just copy the following script:
The above script can be installed in the post and also in the sidebar. For posting, enter with the option in the HTML tab when writing. As for as a widget can be added in the layout, select add a gadget and select HTML / Java Script. Change the text marked with the text you want, for example, it will appear as below :

There are various ways to make effects on the writing, starting from the blinking writing, the link swaying, until what we will learn today is to make the writing run like typed.
Writing with the effect running like typed, the same as when we type using a laptop. When our finger presses the letter, the letter will appear and so on. This effect makes the letters appear letters per letter. This effect can be used to attract the eyes of visitors to see it, for example an announcement. To make writing with typed-like effects quite easy. We just copy the following script:
<script language="JavaScript">
function type(){var t=document.getElementById(destination);t&&(t.innerHTML=text.substr(0,currentChar)+"<blink>_</blink>",currentChar++,currentChar>text.length?(currentChar=1,setTimeout("type()",5e3)):setTimeout("type()",delay))}function startTyping(t,e,n){text=t,delay=e,currentChar=1,destination=n,type()}var text="Welcome to Blog Templates Boy, Do not Forget Read and Comment yes!",delay=20,currentChar=1,destination="[none]";
</script>
<b><div 0px="" 12px="" arial="" color:="" ff0000="" font:="" id="textDestination" margin:="" style="background-color: none;"></div></b>
<script language="JavaScript">
javascript:startTyping(text, 50, "textDestination");
</script>
The above script can be installed in the post and also in the sidebar. For posting, enter with the option in the HTML tab when writing. As for as a widget can be added in the layout, select add a gadget and select HTML / Java Script. Change the text marked with the text you want, for example, it will appear as below :
Comments
Post a Comment