masterphred
08-22-2004, 09:26 PM
I'm making a scroll box with a set size for my site, and I most definately need to use html inside of it. I did put the head and footer <html> in, but still, the html shows in the text area, with none of the effects. Anyone know how to fix this?
Chris
08-22-2004, 09:36 PM
You can't put HTML into a text box - it displays text. If you want something similar, use an iframe: www.lissaexplains.com/frames.shtml#inline
Chris
or a scrolling DIV area...
<div style="width:100px; height:100px; overflow:auto;">
stuff in here
when the text goes beyond the width and height set,
the scrollbars will appear.
</div>
RubyMoon
08-23-2004, 06:37 AM
You could just use a text area with activation of html. I believe you can find one on funky-chickens.com ...i'd post it here but I'm too lazy =P