Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2006
    Posts
    119
    Tokens
    0

    Default <textarea> with HTML?

    How can I achieve the effect of an iframe without having to use an iframe? I need something scrollable (vertical only) and readonly.

    It's for my chatbox... which is turning out better than expected.

    edit: gah, ignore the thread title. I was thinking a different problem when I wrote that...

  2. #2
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    HTML Code:
    <div style="height: 100px; width: 100px; overflow: auto;"></div>
    This means if the content goes over 100px height or width then a scroll bar will appear

  3. #3
    Join Date
    Oct 2006
    Posts
    119
    Tokens
    0

    Default

    Thanks

    I'm done for the night, I have to wake up in three hours.

    http://www.yodaofdarkness.net - tell me if there's anything to be improved besides looks.

  4. #4
    Join Date
    Oct 2006
    Posts
    2,918
    Tokens
    946
    Habbo
    Verrou

    Latest Awards:

    Default

    It's cool although i sugest u make the box longer width wise, because with the horizontal scroll bar, it makes it look messy when people put long messages in.
    Quote Originally Posted by Special-1k View Post
    How do you uninstall an internet? I want to uninstall my Google Chrome and
    get firefox but I never really got rid of an internet my dad usually did it for me.
    If you know how post below so I can do this.

  5. #5
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Soz, I wanted to see if you disabled HTML and its gone wierd

  6. #6
    Join Date
    Oct 2006
    Posts
    119
    Tokens
    0

    Default

    I'm almost done, all that's left is to add colors, which is getting to be a real pain in the neck.

    Refresh is now AJAX-ified and it doesn't display broken <script>s anymore.

    Colors now work!
    Last edited by Voldemort; 01-04-2007 at 06:44 PM.

Posting Permissions

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