Results 1 to 2 of 2

Thread: Pausing RSS scroller question

  1. #1
    Join Date
    Oct 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pausing RSS scroller question

    1) Script Title: Pausing RSS scroller

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ller/index.htm

    3) Describe problem: Is it possible to center the text in the scroller and if so how. TIA

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Just to confirm, I assume you mean center the text inside the scroller, not the scroller relative to the page. Try something like:

    Code:
    #pscroller1{
    width: 450px;
    height: 1.2em;
    text-align: center;
    border: 1px dashed black;
    padding: 5px;
    background-color: lightyellow;
    }
    DD Admin

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
  •