Friday, March 02, 2007

Some HTML Code and Tips

Taken from http://www.web-source.net/html_codes_chart.htm

To remove underline, seen in link; add STYLE="TEXT-DECORATION: NONE" in code: like

<a href="http://www...(Desired Address)......../" style="text-decoration: none;" >...(Desired Name).....</a>


scrolling text

< marquee bgcolor= "#cccccc" scrollamount= "2" width= "100%" > Example Marquee </marquee>

See Also http://technical-tejash.blogspot.com/2009/05/how-to-write-html-code-withing-post.html