How can I get a border around my scroll box using html/css?

Britt babe xxx

New member
I'm currently using this code:

<div style="height:120px;width:250px;font:8pt Arial;overflow:scroll;">
</div>

I've tried to sneak border:1; in there or border:1px; but it doesn't work.

Any suggestions?
 
Back
Top