Results 1 to 4 of 4

Thread: Neon lights text font style

  1. #1
    Join Date
    Apr 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Neon lights text font style

    1) Script Title: Neon lights text
    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex10/neontext.htm

    3) Describe problem: How do I change font style in this script ??

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Find in the code this part and add the part in red to it.

    Code:
    if (document.all||document.getElementById){
    document.write('<font face="Arial" color="'+neonbasecolor+'">')
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Apr 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink That worked great !! Thank you

    Quote Originally Posted by thetestingsite View Post
    Find in the code this part and add the part in red to it.

    Code:
    if (document.all||document.getElementById){
    document.write('<font face="Arial" color="'+neonbasecolor+'">')
    Hope this helps.
    That worked just fine; thanks so much !!!!!!!!!!!!!!!

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    No problem, let us know if you need any more help.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

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
  •