 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
mrrezistor
Joined: 10 Sep 2009
Posts: 1
|
| Posted: Thu Sep 10, 2009 3:38 am changing the font in a scrolling text box |
|
|
hi,
im trying to change the font in this scrolling text box, im just learning so if this is a simple question then i do appologise but im really stuck and could do with some help.
here is the code below
<div
align="center"> <marquee scrollamount="2" direction="up" loop="true" width="100%"> <center> <font color="#ffffff" size="+1"><strong>Things are looking up!<br> <br> Your site is getting better every day.<br> <br> Artotems Co.</strong></font> </center> </marquee></div>
the code was a free example on the interent, i managed to take away the background colour (which was quite a biggy for me lol) but i just cant seem to figure how to change the font.
i would like the font to be Tahoma
any help would be greatly appreciated
thanks
michael |
|
|
sticks464
Joined: 31 Dec 2006
Posts: 2631
|
| Posted: Thu Sep 10, 2009 5:56 am |
|
|
Instead of using the attribute marquee which is not cross-browser compliant, try this scroller (code and instruction included).
Add a font attribute
Code: font:Tahoma;
to the #marqueecontainer css rule |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|