Results 1 to 11 of 11

Thread: How to create a scrollable texts?
      
   

  1. #1
    jorujuja is offline First Lieutenant
    Join Date
    Mar 2007
    Posts
    150

    Default How to create a scrollable texts?

    I can't seem to find an option under the text property. I have a fixed-size window and I just want the texts to be scrollable. Thank you.

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: How to create a scrollable texts?

    You can place a form text area on the page for this. Worth right clicking on the text area box & selecting html & placing disabled="disabled" in the inside tag area to give it a more professional feel.

  3. #3
    jorujuja is offline First Lieutenant
    Join Date
    Mar 2007
    Posts
    150

    Default Re: How to create a scrollable texts?

    Thanks I did it. But the texts color appears to be grey... I selected white from the style tab and had the text box transparent background. What could be wrong?

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: How to create a scrollable texts?

    Hi, i'm not sure if its one of those quirks where you have to select a text colour to make the background transparent. Its working fine at my end.

  5. #5
    jorujuja is offline First Lieutenant
    Join Date
    Mar 2007
    Posts
    150

    Default Re: How to create a scrollable texts?

    O well, thank you.

  6. #6
    mingswanfoo's Avatar
    mingswanfoo is offline Second Lieutenant
    Join Date
    Mar 2009
    Posts
    106

    Default Re: How to create a scrollable texts?

    I've did the text area too but some how it seems that viewers can edit the content. I've tried the disabled="disabled" thing but it disabled the scroll bar.

    How do I maintain the scroll bar and disable the edit part?

    Thanks in advance...
    Best Regards,

    Foo

  7. #7
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: How to create a scrollable texts?

    Hm! Something has changed? But i have tried this newer version in IE, FF & Opera & seems to work fine. Paste input readonly into the text areas html fields under inside tag & try this.

  8. #8
    Faeini's Avatar
    Faeini is offline First Lieutenant
    Join Date
    Apr 2009
    Location
    NC
    Posts
    167

    Default Re: How to create a scrollable texts?

    Chris i had a question about this as when i asked awhile back , when we do this on the page , does it need to be php since it has part of a form or can it be left html? :) also i tried the above and now it isnt grayed in my IE!!

  9. #9
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: How to create a scrollable texts?

    Not if its just for text for a visitor to view.
    But if the info is being sent via a form to an email address or data base then yes it would be .php

  10. #10
    Faeini's Avatar
    Faeini is offline First Lieutenant
    Join Date
    Apr 2009
    Location
    NC
    Posts
    167

    Default Re: How to create a scrollable texts?

    ok thank you for clearing that up for me :D

  11. #11
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49