i need to change direction of this code 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.
3 posters

    i need to change direction of this code

    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    Solved i need to change direction of this code

    Post by Michael_vx March 25th 2014, 1:53 am

    the code in
    https://help.forumotion.com/t65791-adding-more-global-html
    is left to right Direction to be right to left i can not find the Directin control in the code that`s why i`m asking here


    Last edited by Michael_vx on March 25th 2014, 7:54 am; edited 1 time in total (Reason for editing : solved)
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: i need to change direction of this code

    Post by Pizza Boi March 25th 2014, 3:13 am

    Hi Very Happy

    Please use this:

    Code:
    <marquee behavior="scroll" direction="right" scrollamount="20">Remove scrollamount since it's speed.</marquee>

    Although, I think it would be appropriate to use "Left" instead because reading "Right" would be a bit of a headache...

    Regards,
    Pizza Boi
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    Solved Re: i need to change direction of this code

    Post by Michael_vx March 25th 2014, 3:27 am

    Pizza Boi wrote:Hi Very Happy

    Please use this:

    Code:
    <marquee behavior="scroll" direction="right" scrollamount="20">Remove scrollamount since it's speed.</marquee>

    Although, I think it would be appropriate to use "Left" instead because reading "Right" would be a bit of a headache...

    Regards,
    Pizza Boi
    you beeter look at my Profile i`m not English and my forum is not English
    the Arabic si needed to right to left not left to right like English
     Very Happy 
    Topic is solved thanks
    one more thing i need to change the font size and mode
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: i need to change direction of this code

    Post by Pizza Boi March 25th 2014, 5:24 am

    Hi Very Happy

    I do not understand the mod you are talking about but you can always adjust the font size like so:

    Code:
    <font-size="#px">Text</font>

    Change #px to the number you desire. And it should work for Arabic, I suppose since they do use the same denominator??

    Regards,
    Pizza Boi
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    Solved Re: i need to change direction of this code

    Post by Michael_vx March 25th 2014, 6:01 am

    will it didn`t work i tried to but [b] and [size] but what i get was
    [b][size] text [b/][size/]
    but any way moving text better then normal text that`s what i think
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: i need to change direction of this code

    Post by Ange Tuteur March 25th 2014, 6:31 am

    You can use an inline style :
    Code:
    <marquee behavior="scroll" direction="right" scrollamount="20"><span style="font-size:18px;font-weight:bold;">Your message</span></marquee>
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    Solved Re: i need to change direction of this code

    Post by Michael_vx March 25th 2014, 7:53 am

    Ange Tuteur wrote:You can use an inline style :
    Code:
    <marquee behavior="scroll" direction="right" scrollamount="20"><span style="font-size:18px;font-weight:bold;">Your message</span></marquee>
     :wouhou:
    this really amazing once again
    solved
    super thanks for super man  Hello
    its also works under the forum name
    100% solved
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: i need to change direction of this code

    Post by Ange Tuteur March 25th 2014, 8:00 am

    You're welcome :rose:

    Topic solved and archived