Main » 2012 » August » 18 » HOW TO ADD MOVING TEXT OR MARQUEE TO YOUR BLOG OR WEBSITE
6:13 PM
HOW TO ADD MOVING TEXT OR MARQUEE TO YOUR BLOG OR WEBSITE
So here is the procedure to add marquee in different ways.


Simple scrolling text:


use these html codes to your blog or website


<marquee>code to add simple scrolling text</marquee>


Result will be like this:
code to add simple scrolling text


Add background color:


you can make it more attractive , use this code


<marquee bgcolor="#99cfff">code to add scrolling text</marquee>

code to add scrolling text


you can change background color by replacing hexadecimal code(#99cfff)
you can find hexadecimal code here


Changing text color:


you can change the text color by adding this code


<font color="#ff0000">  </font> (Add this code  before and after the marquee tags)


<font color="#ff0000"><marquee bgcolor="#99cfff"> code to add scrolling text</marquee></font>



code to add scrolling text


Add a hyperlink:


you can also add a hyperlink to text, here is the code


<a href="http://www.rtechreview.info/search/label/ADNETWORKS">Adnetworks list</a>


Example:


<font color="#ff0000"><marquee bgcolor="#99cfff"> <a href="http://www.rtechreview.info/search/label/ADNETWORKS">Adnetworks list</a></marquee></font>




Give a direction to your scrolling text:


you can also give a direction to your scrolling text that is left or right, here is the code


direction="left"
direction="right"


Example
<marquee direction="right"bgcolor="#99cfff">code to add scrolling text</marquee>


Result will be


code to add scrolling text


you can add these codes anywhere in your blogs.
Views: 559 | Added by: Roshan | Rating: 5.0/1
Total comments: 1
1 Roshan  
0
nice

Name *:
Email *:
Code *: