If you want to add marquee blinking text so copy & past following code where you want this effect in your site.
<marquee style="height="20" width="200" scrollamount="200" scrolldelay="400">Type Your Text Here!</marquee>
Make sure scrollamount value always exactly the same as the width of marquee.
And the lower value of scrolldelay number, the faster the blink your text.
Sample:
<marquee style="height="20" width="200" scrollamount="200" scrolldelay="400">Type Your Text Here!</marquee>
Make sure scrollamount value always exactly the same as the width of marquee.
And the lower value of scrolldelay number, the faster the blink your text.
Sample:
Know More about marquee visit: Add Scrolling or marquee text box to Blogger / Blogspot Blog or Website