scrolling marquee

grantmc1

Baseband Member
Messages
37
hi ive got a scrolling marquee the code is as follows:

<div align="centre">
<marquee bgcolor="#000080"
text-color="white"
behavior="alternate"
direction="right"
loop="6"
scrollamount="2"
scrolldelay="20"
title="www.blue-boy.co.uk"
width="100%">

What do you want to see on this site email me grant@clearwood.co.uk
</marquee>
</div>

and the text color is still black can you help me change it to white?
 
Code:
<div align="center">
<font color="#FFFFFF">
<marquee bgcolor="#000080"
behavior="alternate"
direction="right"
loop="6"
scrollamount="2"
scrolldelay="20"
title="www.blue-boy.co.uk"
width="100%">

What do you want to see on this site email me [email]grant@clearwood.co.uk[/email]
</marquee></font>
</div>

Enjoy :)
 
Back
Top Bottom