Results 1 to 4 of 4

Thread: rss pausing scroller problem with CNN feed

  1. #1
    Join Date
    Apr 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default rss pausing scroller problem with CNN feed

    I downloaded rsspausescroller.zip and installed it. Everything ok, accept for the CNN feed.
    The HTML code does not get converted and shows in the feed as HTML code.
    This happens with the demo program as well - so nothing I did.
    The demo program is installed at a test site: http://www.shared.dyoweb.com/rss_scroller/demo.htm

    Any help on this is appreciated.

  2. #2
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    But, this isn't PHP. It's JavaScript. Also, since it's a dd script, post it under the category that says "Dynamic Drive Scripts Help". You'll get better answers there.

    Also, it should be noted that you cannot use HTML in that script.
    http://www.dynamicdrive.com/dynamici...ller/index.htm

    This may help with implementing HTML in RSS, but I myself never done it.
    http://www.masternewmedia.org/conten...2007-03-30.htm

    Added note: The <img> tag doesn't have a terminating </img> tag, that's invalid HTML. It should be terminated with shorttag like this:
    Code:
    <img src="" alt="" />
    Good luck.
    - Josh

  3. #3
    Join Date
    Apr 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks. Well, it's a mixture of php and java. Will try the reommended forum.

  4. #4
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    How exactly do you *mix* java and php btw?
    - Josh

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
  •