View Full Version : Questions about text areas


Aneesah
10-31-2004, 08:26 AM
I'm making a new layout for my site, and I was wondering if there's a way to make it look like an i-frame, when really it isn't. Because I hate i-frames and I want to use PHP, but I don't want my text to overflow because the layout has to be a fixed height.

So I tried textareas but for some reason it can't understand HTML. All the tags become just plain text. Also, can't it have a transparent background? Can I put images in it, too?

Please help!

Monkey Bizzle
10-31-2004, 09:22 AM
You could use divs instead of text areas.

Aneesah
11-01-2004, 03:18 AM
divs...I've heard of that before, I'll go do more research. Thanks and bye!

Monkey Bizzle
11-01-2004, 03:30 AM
http://www.lissaexplains.com/html7.shtml

check out that page.