How to display scrolling texts in blog.
Written by Basis-Consultant on 5:46 PMIf you need to display scrolling texts in your blog use <marquee> tag.
Here are some properties you can use for marquee tag
Simple Scrolling Text
<marquee> Simple scrolling Text</marquee>
You can limit the width in which the text can scroll like
<marquee width=200 > Simple scrolling Text</marquee>
you can even limit height also use height = 50 etc..
you can even fill the background color.
<marquee bgcolor=yellow > Simple scrolling Text</marquee>
You can sytle the text inside the marque tags and insert images like
<marquee> Google Logo <img src="http://img373.imageshack.us/img373/2590/earthday08ww6.gif"> </marquee>
Any way don't rely on them too much as they might distract your visitors.
0 comments: Responses to “ How to display scrolling texts in blog. ”