Results 1 to 2 of 2

Thread: Always on top message - replace the message with a text area but it couldnt come out

  1. #1
    Join Date
    Jun 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Always on top message - replace the message with a text area but it couldnt come out

    1) Script Title: Always on top message - replace the message with a text area but it couldnt come out

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex10/topmsg.htm

    3) Describe problem:
    I've tried adding a text area to this script
    [<textarea rows="15" cols="21" style="font-family:tahoma">.....</textarea>]
    into the area where supposedly you can change the words that should be always-on-top. however, after adding this in, the text area wouldnt appear.

    Can help?

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

    Default

    Be sure to backslash (\) any special characters such as apostrophes inside your contents:

    Code:
    var message='<textarea rows="15" cols="21" style="font-family:tahoma">My name\'s George!</textarea>'
    If you think you've done that already and it still doesn't work, please post a URL to your problem page.
    DD Admin

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
  •