Announcement

Collapse
No announcement yet.

Scrolling text

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Scrolling text

    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

    #2
    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

    SellerDeck

    www.sellerdeck.co.uk

    Comment


      #3
      Thanks for that

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

      Cheers
      Darren

      Comment

      Working...
      X