View Full Version : Text area...


bmeyer1
06-15-2004, 08:01 PM
This is the code I have...

<div style="width:350;height:45">


</SPAN>

My Question is I would like to have a scrolling text area with out using absolute postiong...i just want it to be where I insert the code on my page (http://www.freewebs.com/bmeyer1/index.html)...I want to put the code right under "what started it all"...but I think I am missing the scroll part...I
thanks! Brandy

pb&j
06-15-2004, 08:40 PM
the ending tag should be...
</div>

and yes, you can put it in to show up where you want in your coding just fine. some people like to position it, others just go with the flow.

try this...

<div style="width:350px; height:45px; overflow:auto;">
text and stuff here
</div>

bmeyer1
06-15-2004, 08:43 PM
<div style="width:570;height:120;overflow:auto">

I left out the overflow...lol thanks a mill!

pb&j
06-16-2004, 06:49 AM
you forgot to enter the PX after your width and height values.
it is important.