how do I change the font on a marquee

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a marquee and would like to change the font and the color of the
font in fp2003. I can't figure out how to highlight the text to change it.
HELP
 
In code or HTML view, find the line that begins with <marquee...
Add you font styles in front of the text. For example:

<marquee behavior="alternate" bgcolor="yellow" width="100"
height="16"><b><font face="verdana" size="4" color="red">C</font>heck <font
face="verdana" size="4" color="red">I</font>t <font face="verdana" size="4"
color="red">O</font>ut!</b></marquee>
 
Back
Top