HTML scroll box code? Side-by-side?

weeee

New member
I want to create two scroll boxes that is side by side.

I already know that the code for a scroll bar is

<div style="height:120px;width:250px;font:16p… Georgia, Garamond, Serif;overflow:scroll;">
TEXT HERE
</div>

but what is the code to make two scroll boxes side-by-side and centered?
 
Back
Top