Results 1 to 5 of 5

Thread: pausing RSS Scroller

  1. #1
    Join Date
    Mar 2006
    Location
    Lima, Peru
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool pausing RSS Scroller

    hello to everyone I am new to this forum and although I have extensive computers experience, I am starting with designing web pages, so please be patient if my questions seem to obvious, it is just that I cannot find the solution.

    1. is there a way of limiting the number of feeds from one source, to as an example the last 5 or 10 ones?

    2. I am having a hard time controlling the font sizes on the title, date and text, is there something more I should know, besides trying to set the correct parameters

    thank you for the help

  2. #2
    Join Date
    Mar 2006
    Location
    UK, warwickshire
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    did you read the rules because you should post a link to the DD script, i might be able to help when i get the link

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Look here:

    http://www.dynamicdrive.com/forums/s...33&postcount=3

    That's for number 1, for number 2, perhaps css style.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Mar 2006
    Location
    Lima, Peru
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Script DD pausing RSS Scroller
    http://www.dynamicdrive.com/dynamici...ller/index.htm


    thank you both, I will be more careful next time I open a thread, so far I have solved issue 1. will continue to try solving 2.

    Martin

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Still on number two then, here are the styles from the demo.htm page included in the rsspausescroller.zip:

    Code:
    <style type="text/css">
    
    /*Example CSS for the two demo scrollers*/
    
    #pscroller1{
    width: 450px;
    height: 1.2em;
    border: 1px dashed black;
    padding: 5px;
    background-color: lightyellow;
    }
    
    #pscroller2{
    width: 400px;
    height: 150px;
    border: 1px solid black;
    padding: 5px;
    background-color: #F0F0F0;
    }
    
    .rssclass .rsstitle{
    font-weight: bold;
    }
    
    .rssclass .rssdate{
    color: gray;
    font-size: 85%;
    }
    
    .rssclass a{
    text-decoration: none;
    }
    
    </style>
    If you know how to edit a stylesheet, just edit and/or add/remove the:

    property:value;

    pairs for each selector. Blooberry's CSS Property Index can be a great resource for css styling.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •