aries_hottie
06-01-2003, 04:31 AM
i have an iframe on my page. what i want to do is make it like a text area and iframe, because it takes up less space. i want to make the text on the iframe. does that sound weird? i know its possible though, cause i have seen them before. but i dont know how to do it. i dont know whether to use the regular text area code or what. could someone please help me? i would greatly appreciate it. thanx.don't it always seem to go, that you don't know what you've got till its gone...
MaGiCSuN
06-01-2003, 01:07 PM
<DIV id="name" style="position: absolute; top: 100px; width:100px; left: 100px; height:380px; overflow: auto;" align=left>Your HTML </DIV>
Where the height is obviously the height of the div and adding overflow:auto; gives us the scroll bar.
Love,
Mirna
aries_hottie
06-02-2003, 03:36 PM
thanx for the code. it worked sort of. i put it on my page, and i could type in text. but at the risk of sounding like a complete idiot, i dont know where im supposed to put the iframe code. i tried putting it by the other code and stuff and they still showed up as two separate boxes.