Marquee question Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Marquee question

    avatar
    PurpleTears
    Forumember


    Posts : 158
    Reputation : 4
    Language : english

    In progress Marquee question

    Post by PurpleTears November 26th 2013, 12:54 am

    i want to make my affiliate banner scroll i hve the code but i need to know what the code is for speed so i can slow it down .. here is my code if someone could add whatever it needs for speed control please?

    Code:
    <center><marquee behavior="scroll" direction="up"
    onmouseover="this.stop();" onmouseout="this.start();">

    <a href="http://bagasnag.forumotion.com/
    "><img src="http://img35.imageshack.us/img35/8854/lx7.gif" </a>
    </marquee></center>
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6923
    Reputation : 795
    Language : Greek, English

    In progress Re: Marquee question

    Post by TheCrow November 26th 2013, 1:00 am

    This code goes in a widget?

    And what version is ur forum?



    Marquee question Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51553
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Marquee question

    Post by SLGray November 26th 2013, 1:11 am

    Where are you adding this code?



    Marquee question Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    In progress Re: Marquee question

    Post by runawayhorses November 26th 2013, 1:17 am

    These are simple marquees with speed control, just change the scrollamount value number higher or lower:

    slow
    Code:
    <marquee behavior="scroll" direction="left" scrollamount="1">Slow scroll speed</marquee>
    medium
    Code:
    <marquee behavior="scroll" direction="left" scrollamount="10">Medium scroll speed</marquee>
    fast
    Code:
    <marquee behavior="scroll" direction="left" scrollamount="20">Fast scroll speed</marquee>
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    In progress Re: Marquee question

    Post by Sir Chivas™ November 26th 2013, 1:17 am

    Hi,

    You can place any HTML codes in the following places:

    1. HTML Page Management; which is located: ACP >> Modules >> HTML Page Management

    2. Homepage Content Area: ACP >> Display >> Homepage >> Generalities >> Homepage Message

    3. Inside a forum's description or rules. Whenever creating a forum, those options are given.

    4. In an announcement: ACP >> General >> Messages & Emails >> Announcements

    5. In the templates: ACP >> Display >> Templates (This work for only versions: phpBB2, and punBB).

    6. Lastly in a widget: ACP >> Modules >> Forum widgets


    Read about the marquee: http://www.quackit.com/html/codes/html_marquee_code.cfm

    Regards,
    Sir Chivas.