Log in

View Full Version : Help Please!



ladiie__piink
08-13-2006, 01:38 AM
I've tried everything but it doesn't work!!!!
I want to have multiple scrollbars in one entry on my xanga. This is the code that I am using:

<ilayer name="scroll1">
<div id="scroll3"
style="width:100;height:75;
background-color:COLORHERE;
overflow:auto;">
TEXT HTML TEXT HTML
</textarea></div>

The problem is.. this code does not have a border & when I put it up, the scrollbox just has arrows so it doesn't even look like a box. Can someone post a FULL scrollbox code that I can use??? I don't know HTML so don't just say 'put border in it' cuz i'm lost!!!!!!!!
Thanks to anyone who helps!!!!!!!

graf
08-13-2006, 06:44 AM
<div align="center">
<textarea name=your name cols=80 rows=10 readonly wrap=virtual class="blacksmall" style="FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: sans-serif; BACKGROUND-COLOR: white">

Your text goes here
</textarea>
</div>