S Sean from MySpace™ Guest Mar 3, 2009 #2 Place anywhere you want it to show: <div style="overflow: auto; width: 200px; height: 70px; border:1px solid; border-color:transparent;"> text here! </div>
Place anywhere you want it to show: <div style="overflow: auto; width: 200px; height: 70px; border:1px solid; border-color:transparent;"> text here! </div>
H Hxnny. Guest Mar 3, 2009 #3 <style> div.myspace-scroll-box { height:150px; width:300px; overflow:scroll; } </style> <div class="myspace-scroll-box"> TEXT,HTML ETC IN HERE </div>
<style> div.myspace-scroll-box { height:150px; width:300px; overflow:scroll; } </style> <div class="myspace-scroll-box"> TEXT,HTML ETC IN HERE </div>