Scrolling help... 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

    Scrolling help...

    avatar
    CoreyM
    Forumember


    Posts : 64
    Reputation : 3
    Language : English

    Solved Scrolling help...

    Post by CoreyM September 19th 2009, 1:29 am

    Can somebody fix this so that Team Turmoil isn't on top of sub 5?

    Code:
    <marquee behavior="scroll" direction="right" scrollamount="3" onmouseover="this.stop();" onmouseout="this.start();" >
    <html>
    <body>
    <a href="http://www.mainepb.com/Team-Turmoil-h4.htm">
    <p style="font-family:arial;color:#536482;font-size:30px">
    Team Turmoil</a>
    <div style="text-indent: 5cm;">
    <a href="http://www.mainepb.com/Teams-h2.htm">
    <img border="0" src="http://i289.photobucket.com/albums/ll208/elementsk8pro94/SUB5Faded1111-1.png"></a>
    </div>
    </p>
    </body>
    </html>
    </marquee>
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    Solved Re: Scrolling help...

    Post by RoNo September 19th 2009, 3:08 am

    OK... It looked a little off when placed on the same line
    [click images]
    Scrolling help... Th_TTscroll1


    Scrolling help... Break_gray


    So I fixed it to look like this
    Scrolling help... Th_TTscroll2

    Code:
    <marquee behavior="scroll" direction="right" scrollamount="3" onmouseover="this.stop();" onmouseout="this.start();" >
    <html>
    <body><table style="border-style: solid; border-width: 0px; padding: 2px"><tr><td>
    <a href="http://www.mainepb.com/Team-Turmoil-h4.htm" style="text-decoration:none">
    <p style="font-family:arial;color:#536482;font-size:30px">
    Team Turmoil<br>&nbsp;</a></td> <td><div style="text-indent: 5cm;">
    <a href="http://www.mainepb.com/Teams-h2.htm">
    <img border="0" src="http://i289.photobucket.com/albums/ll208/elementsk8pro94/SUB5Faded1111-1.png"></a>
    </div>
    </p></td></tr></table>
    </body>
    </html>
    </marquee>
    avatar
    CoreyM
    Forumember


    Posts : 64
    Reputation : 3
    Language : English

    Solved Re: Scrolling help...

    Post by CoreyM September 20th 2009, 6:38 am

    Thanks rono! Here's my newest problem... The turmoil image is too high and I can't figure out how to get it in the middle...

    Code:
    <marquee behavior="scroll" direction="right" scrollamount="4" onmouseover="this.stop();" onmouseout="this.start();" >
    <html>
    <body><table style="border-style: solid; border-width: 0px; padding: 2px"><tr><td>
    <a href="http://www.mainepb.com/Team-Turmoil-h4.htm" style="text-decoration:none">
    <p style="font-family:arial;color:#536482;font-size:30px">
    <img border="0" src="http://i289.photobucket.com/albums/ll208/elementsk8pro94/TurmoilSmall.png"><br>&nbsp;</a></td> <td><div style="text-indent: 3cm;">
    <a href="http://www.mainepb.com/Teams-h2.htm">
    <img border="0" src="http://i289.photobucket.com/albums/ll208/elementsk8pro94/SUB5Faded1111-1.png"></a>
    </div>
    </p></td></tr></table>
    </body>
    </html>
    </marquee>
    avatar
    CoreyM
    Forumember


    Posts : 64
    Reputation : 3
    Language : English

    Solved Re: Scrolling help...

    Post by CoreyM September 20th 2009, 6:39 am

    I deleted the &nbsp and now it's perfect! Thanks again rono!
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Scrolling help...

    Post by Sanket September 20th 2009, 6:41 am

    Since this thread appears to be solved, I will lock this thread and mark it as solved.

    Thanks!