Results 1 to 3 of 3

Thread: Memory Scroller Help

  1. #1
    Join Date
    Apr 2005
    Location
    UK
    Posts
    36
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Memory Scroller Help

    1) Script Title: Memory Scroller script

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

    3) Describe problem: Is there a way you can add a colour number ie FF85B9 instead of a colour word

  2. #2
    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

    Well, hex color codes usually need the # prefix, ex:

    Code:
    #FF85B9
    Other than that, I see no reason why not except that you haven't specified where you want to use the hex color code. There might be a problem with a specific use, but all configurable variables in the script you mention that require or that can accept a color name can also use a hex color code.
    - John
    ________________________

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

  3. #3
    Join Date
    Apr 2005
    Location
    UK
    Posts
    36
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i di try that before but it never worked , but tried it again last night and it worked fine thanks jscheuer1

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
  •