PDA

View Full Version : Scrolling text


Darren B
28-May-2003, 03:54 PM
I am trying to add a small bit of scrolling text to my site using the standard HTML and the actinic bits

example
!!<<MARQUEE bgcolor="#CCCCCC" loop="-1" scrollamount="2" width="100%">New Products Now Avaliable</MARQUEE>

but it does not seem to work, i have made other things work such has different font faces, size, colors e.t.c.

can i use marquee?

anyone any ideas
Darren :confused:

Darren
29-May-2003, 10:00 AM
Hi Darren

I have managed to embed your code into a product description, here is the code I used:

!!<<MARQUEE bgcolor="white" loop="-1" scrollamount="2" width="100%">New Products Now Avaliable</MARQUEE>>!!

The thing I noticed about the string you were using in that the closing marquee tag did not have the closing embed comments on it,

ie </MARQUEE>>!!

Hope this helps

Darren B
29-May-2003, 10:03 AM
Thanks for that

it must have been late (doh) it is the closing tag

Cheers
Darren
:o