Results 1 to 3 of 3

Thread: Help with script

  1. #1
    Join Date
    Jun 2008
    Posts
    7
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Wink Help with script

    1) Script Title: Memory scroller

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

    3) Describe problem: Hi, this is a really basic question, wont take long for someone who knows thier stuff...does anyone know how i can edit the script to change the colour of the scrolling text to white? i cant see the option to change the font colour...thank you in advance

  2. #2
    Join Date
    Jun 2008
    Posts
    1
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    hey i think i have the answer for your problem:

    change this line:

    var memorycontent='<nobr><span style="font: bold 13px Verdana">Thank you for visiting <a href="http://www.dynamicdrive.com">Dynamic Drive.</a> If you find this script useful, please consider <a href="http://www.dynamicdrive.com/link.htm">linking to</a> or <a href="http://www.dynamicdrive.com/recommendit/">recommending</a> Dynamic Drive.</span></nobr>'

    to:

    var memorycontent='<nobr><span style="font: bold 13px Verdana; color: red">Thank you for visiting <a href="http://www.dynamicdrive.com">Dynamic Drive.</a> If you find this script useful, please consider <a href="http://www.dynamicdrive.com/link.htm">linking to</a> or <a href="http://www.dynamicdrive.com/recommendit/">recommending</a> Dynamic Drive.</span></nobr>'

    the change is in bold. I just added the color attribute to the style of the span tag. try it out and see if it works

  3. The Following User Says Thank You to johnnyrodrigues For This Useful Post:

    ckusitor (06-05-2008)

  4. #3
    Join Date
    Jun 2008
    Posts
    7
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    thank you soooooo much! your a life saver. much appreciated.

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
  •