locked
Adding scrolling text. RRS feed

  • Question

  • How would one go about adding a scrolling text line in EW4
    Sunday, August 5, 2018 11:14 PM

All replies

  • Posting to the correct forum would help for a start ;-) You posted to the Expression Design forum, not Expression Web

    There was an old "marquee" tag but I don't believe that's part of the current HTML5 standard.

    The basic way, something like this:

    <marquee>This is basic example of marquee</marquee>

    Most users would probably find it annoying and it probably doesn't meet accessibility standards for the web.  Refer https://www.w3docs.com/learn-html/html-marquee-tag.html.

    There might be more modern methods, but nothing built into Expression Web (if that was your question...).


    Andrew M


    http://www.murraywebs.com

    "Nothing spoils numbers faster than arithmetic!"
    -- Peppermint Patty (Peanuts, Charles M. Schulz)



    • Edited by AndrewOZ1 Tuesday, August 7, 2018 8:45 AM edit
    Tuesday, August 7, 2018 8:43 AM
  • tk63, you really don't want to use this kind of element. It is considered both obsolete and deprecated by the w3c, and it incurs several usability and accessibility issues. It may behave unpredictably on small devices (phones, tablets, etc.), and no experienced Web developer will use this tag, so its appearance on a page is a sure sign of a newbie developer, unfamiliar with current Web standards. Avoid it.

    cheers,
    scott


    Please remember to "Mark as Answer" the responses that resolved your issue. It is common courtesy to recognize those who have helped you, and it also makes it easier for visitors to find the resolution later.

    Tuesday, August 7, 2018 5:11 PM