S
silentC
My client wants scrolling text in a HTML email newsletter.
For some reason, the <marquee> ... </marquee> HTML element doesn't appear to
work in Outlook 2007 - rather than scrolling text, the entire text is
displayed at once on multiple lines. The same code works in older versions of
Outlook and other mail readers.
Has the syntax changed, or is this element no longer supported by Outlook?
example:
<marquee scrollamount="5">
<span style="color:#EBEBEB;">Scroll text here</span>
</marquee>
For some reason, the <marquee> ... </marquee> HTML element doesn't appear to
work in Outlook 2007 - rather than scrolling text, the entire text is
displayed at once on multiple lines. The same code works in older versions of
Outlook and other mail readers.
Has the syntax changed, or is this element no longer supported by Outlook?
example:
<marquee scrollamount="5">
<span style="color:#EBEBEB;">Scroll text here</span>
</marquee>