Adding a Scrollbox table in a myspace Group Page |
![]() ![]() |
Adding a Scrollbox table in a myspace Group Page |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 449,060 ![]() |
Hey Guys.
I am having trouble adding a table with a scrollbar in my group. I add the code only the table appears but no scroll bar. I am trying to add more information without taking so much space on my group page. I thought a table with a scroll bar would help but I am having trouble finding a code for it. Anyone know anything about this? Thanks |
|
|
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
What code are you using for a table and the scrollbar?
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 449,060 ![]() |
<div style="border:1px blue solid; width:250px; height:300px; overflow:auto;">
<!-- your table code goes here - remove this comment and place the above code before the table code in your script/html, and the following </div> tag after the end of your table code --> </div> |
|
|
![]()
Post
#4
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Try
CODE <DIV id=scroll3 style="OVERFLOW: auto; WIDTH: 2500px; HEIGHT: 300px">TEXTHEREHEISUGHSOIRJWRPOK</div>
|
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 449,060 ![]() |
Thanks!!! It worked!
|
|
|
![]() ![]() |