how to create a scrolling textbox in frontpage 2003

B

BAE

I want to create a scrolling textbox in frontpage 2003. any help would be
great.
Thanks
BAE
 
R

Ronx

<div style="border: red solid 1px; width:400px; height:500px;
overflow:auto; margin:0; padding:2px;"> text goes here</div>
 
Top