yeah. on this header text we use command marquee.
This command can be made while the running from left. from right, from above, from below, or alternate
As for the steps to be taken, is:
1. Login to www.blogger.com
2. On the dashboard, click the template and select edit html
3. search this word </head>, to facilitate the search press ctrl + F on your keyboard, and type these words
4. after that, write or copy the code below, just below the code </head> .
<marquee bgcolor="Black" direction='left' scrollamount='5'><font color='red' size='3'>Tuliskan Deskripsi Yang Akan Anda Tampilkan</font></marquee>
Description
- bgcolor = background color, you can change any color if you want it.
- direction = the direction of the text, you can replace it with the code below:
- right => text walk on from left to right.
- left => text walk on from right to left
- up => text walk on from above
- down => text walk on from below
- if you want the words alternating, you have change from direction = "left" become behaviour="alternate"
- scrollamount = velocity of the text, the higher the value then the more quickly the text running.
- font color = color of the text.
- Size = font size.
- Done
read also another tips and trick. Click here >> Tips Dan Trik