Results 1 to 2 of 2

Thread: Help with a scroller Alignment

  1. #1
    Join Date
    Mar 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with a scroller Alignment

    Well I have been searching for a long time on how to align a certain scroller. Its the fading message scroller found here Fading Message Scroller I need to align it to the right. Is this possible and if so,how?

  2. #2
    Join Date
    Feb 2005
    Location
    Virginia
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Try A Table...

    When I have difficulty aligning objects, I usually turn to the "<table>" tag. Try this and let me know if it works:

    BEFORE the "<script type="text/javascript">" tag, try adding the following code:

    <table border="0" align="right"><tr><td>

    The border="0" tag is necessary to prevent the scroller from developing an extra border around it due to the table being created. Of course, don't forget to close your table like this:

    </td></tr></table>

    ...AFTER the "</script>" tag at the end of the script.

    This solution is a general suggestion that may need adjustment depending on the positioning of other objects on your page.

    PS:...If you can include a link to the page you're using it on that would be helpful

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
  •