Results 1 to 2 of 2

Thread: RSS Ticker need margin help

  1. #1
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default RSS Ticker need margin help

    1) Script Title:
    Advanced RSS Ticker (Ajax invocation)

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

    3) Describe problem:
    Using Yahoo Top Stories RSS feed, the images and text have no padding between them. Would prefer to have a 2-3 px padding area to separate the image from the story text.

    I cannot locate anywhere in the code that would be an easy place to separate the two items.

    Anyone?

    TIA,
    Sanddlife

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

    Default

    You should be able to use CSS to change most of the visual styles of the RSS ticker. In this case, something that targets images should do:

    Code:
    .cnnclass img{
    margin: 5px
    }
    for example. You'll need to change "cnnclass" to the CSS class you're assigning your RSS ticker.

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
  •