Magento Expert Forum - Improve your Magento experience

Results 1 to 11 of 11

How to add scrolling text to the webpage?

  1. #1

  2. #2
    Junior Member
    Join Date
    Aug 2014
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    in HTML or wordpress?.In HTML, you can add scrolling text by using marquee tags.

  3. #3
    Junior Member balwant's Avatar
    Join Date
    Jul 2014
    Posts
    107
    Thanks
    1
    Thanked 5 Times in 5 Posts

    Default

    hi,
    You can create scrolling text in HTML using <marquee> tags.
    You can make your text scroll from right to left, left to right ,make it bounce back and forth, make it scroll up or down or even make your text zoom in from the side and stay in the same place.

    To make your text scroll left (i.e. from right to left), use behavior="scroll" and direction="left". Like this:
    <marquee behavior="scroll" direction="left">Here is some scrolling text... right to left!</marquee>

    To make your text scroll right (i.e. from left to right), use
    <marquee behavior="scroll" direction="right">Here is some scrolling text... left to right!</marquee>

    if you have any query feel free to ask.

    Regards
    Balwant

  4. The Following User Says Thank You to balwant For This Useful Post:

    Kathy Daunt (14-08-2014)

  5. #4
    Junior Member Kathy Daunt's Avatar
    Join Date
    May 2013
    Posts
    66
    Thanks
    10
    Thanked 4 Times in 4 Posts

    Default

    @balwant

    Marquee is already in my page. But I struggled to remove it and can't able to identify the code to remove. Thanks I removed the code now in my site.

    Thanks
    Kathy

  6. #5
    Junior Member
    Join Date
    Aug 2014
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok wow. congs

  7. #6
    New member
    Join Date
    Jan 2015
    Location
    India
    Posts
    4
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Thanks Balwant...
    Your code is really very helpful for me. I have successfully used it in my project.

    Regards
    High5store

  8. #7
    Junior Member
    Join Date
    Jan 2015
    Posts
    195
    Thanks
    3
    Thanked 4 Times in 4 Posts

    Default

    To add scrolling text to webpage in HTML, you can refer to this article: http://www.wikihow.com/Make-a-Scrolling-Marquee-in-HTML

  9. #8
    Junior Member
    Join Date
    Oct 2014
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    To use scroll text to as web page you can use <marquee> tag or css animations. You can use marquee generator.

  10. #9
    Junior Member thaonvp's Avatar
    Join Date
    Mar 2015
    Posts
    42
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Note that the marquee tag hasn't been a hart of the w3 standards of HTML.
    If you'd want a validated website, you should use javascript to do the same thing.

    If you really don't care about validation, it shouldn't be a problem until browsers actually stops supporting it.

    Correct me if I'm wrong, but I do remember Google Chrome having bad support for that tag.

  11. #10
    Junior Member
    Join Date
    Mar 2016
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Use marquee, for scrolling text, content and image.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •