how to make this marquee 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

    how to make this marquee

    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    Solved how to make this marquee

    Post by BetterHax May 16th 2013, 7:00 pm

    hi kindly look this image first

    http://prntscr.com/156npm

    you will notice the yellow and orange line..
    and the image beside it..

    i want to ask something how can i do the image fix on that side and something word scrolling in the "Orange Line" and ends with "Yellow Line"

    because the code i use is like this:

    Code:
    <marquee>text here</marquee>
    <a href="URL"><img src="IMAGE URL" title="TITLE" border="0"></a>

    but when use that code... the marquee text on top and the image brings down


    Last edited by BetterHax on May 16th 2013, 7:50 pm; edited 1 time in total
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1412
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: how to make this marquee

    Post by E-Mark May 16th 2013, 7:33 pm

    Use this one instead:
    Code:
    <div style="width: 100%;"><a href="linkhere" target="_blank"><img src="Imagehere" style="float: left;"></a><marquee scroll="left" style="display: block;">text here</marquee></div>


    Last edited by E-Mark on May 16th 2013, 7:46 pm; edited 1 time in total
    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    Solved Re: how to make this marquee

    Post by BetterHax May 16th 2013, 7:41 pm

    hi e mark how can i make when the picture click it open a new tab or page?
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1412
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: how to make this marquee

    Post by E-Mark May 16th 2013, 7:46 pm

    I have updated the code, try it again Smile.
    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    Solved Re: how to make this marquee

    Post by BetterHax May 16th 2013, 7:49 pm

    E-Mark wrote:I have updated the code, try it again Smile.

    ow yeah.. super thanks e mark..
    its solved now
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: how to make this marquee

    Post by Sanket May 16th 2013, 7:50 pm

    Topic Solved & Locked