Results 1 to 4 of 4

Thread: Translucent Scroller

  1. #1
    Join Date
    Apr 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Translucent Scroller

    1) Script Title: Translucent Scroller

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

    3) Describe problem: The scroller does not show up when I add more scrollercontent (8 instead of the default 3 provided).
    Link where I am using the scroller : http://writersezineblog.blogspot.in/
    There is no other script on this page.
    Initially I wanted to use it on http://www.writersezine.com but it did not show up and I thought it is perhaps because of other scripts on this site so I installed on the other link (blog); same problem there.


    Please help.
    Am I supposed to increase the scrollercontent in some different way? What is it that I am doing wrong?


    Warm Regards
    Arti Honrao
    Last edited by Beverleyh; 04-16-2015 at 05:10 PM. Reason: Formatting

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

    Default

    Inside your messages where there's a single apostrophe ('), it needs to be backslashed (\') to not conflict with the same single apostrophe used by the script to surround each message. So in your case, messages 6 and 8 needs to be modified with the code in red:

    Code:
    scrollercontent[6]='This is the first time hearing about the magazine and i\'m looking forward to be an active participant here..would love to read your magazine.thanks for the free editorial:) - Brunda'
    scrollercontent[7]='This is a very good initiative of yours. And I like the fact that you restrict the number of submissions by the same author. - Meera Sundararajan'
    scrollercontent[8]='I\'m proud and thankful to be a part of WE! - Aathira Jim'
    DD Admin

  3. #3
    Join Date
    Apr 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up Thank you

    Thank you so much. I really appreciate your quick response.

  4. #4
    Join Date
    Dec 2008
    Location
    Selby, North Yorkshire
    Posts
    90
    Thanks
    28
    Thanked 2 Times in 2 Posts

    Default

    Alternatively you could use the HTML apostrophe character ' in the string.

    scrollercontent[8]='I\'m proud and thankful to be a part of WE! - Aathira Jim'
    scrollercontent[8]='I'm proud and thankful to be a part of WE! - Aathira Jim'

Similar Threads

  1. Translucent scroller - IE
    By LVStephens in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 10-09-2006, 05:38 PM
  2. Translucent scroller
    By code dunce in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 07-16-2006, 07:26 AM
  3. Help with Translucent scroller
    By jott in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 06-15-2006, 07:12 AM
  4. Translucent scroller
    By eWish in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 05-24-2006, 07:38 AM
  5. Translucent scroller
    By sarks in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 09-11-2004, 07:03 AM

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
  •