Create Walk Text
<marquee>walk text</marquee>
it will produce this:
if you want bold text or another color, add this code :
| color | code |
| blue color | <marquee><b style="color:blue">walk text</b></marquee> |
| red color | <marquee><b style="color:red">walk text</b></marquee> |
| green color | <marquee><b style="color:green">walk text</b></marquee> |
| etc...... |