How to display scrolling texts in blog.

Written by Basis-Consultant on 5:46 PM

If 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>

Simple scrolling Text

You can limit the width in which the text can scroll like
<marquee width=200 > Simple scrolling Text</marquee>

Limit width = 200 pixel

you can even limit height also use height = 50 etc..

you can even fill the background color.
<marquee bgcolor=yellow > Simple scrolling Text</marquee>

Scrolling text with yellow background

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>

Google Logo

Any way don't rely on them too much as they might distract your visitors.

Related Posts by Categories



Widget by Hoctro | Jack Book
  1. 0 comments: Responses to “ How to display scrolling texts in blog. ”