profile scrollbar |
![]() ![]() |
profile scrollbar |
Mar 23 2006, 11:26 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Mar 2006 Member No: 385,846 |
can anyone tell me how to put a scrollbar in my profile?
its a customized module. thanks a bunch. |
|
|
|
Mar 24 2006, 12:00 AM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Can you post the link to your xanga, so I can see what kind of modules you're working with.
If you're using this script: http://www.createblog.com/forums/index.php?showtopic=178 But if you're not using that script then ignore all of those codes below. Then you can just put CODE <div style="overflow:auto; width=160px; height:auto;"> after this: CODE <table border=0 width="160"><tr><td valign="top" width="160"> and then after that and the first code, close the div and the tables like this: <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module"> CODE </td></tr></table><br> So that way it'll look like this: </div> CODE <table border=0 width="160"><tr><td valign="top" width="160">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module"> <DIV style="overflow: auto; width: 160px; HEIGHT:100px"> <b>name:</b> uhhhh..<br> <b>gender:</b> errr<br> <b>hobbies:</b> blah blah<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> <b>other:</b> stuff here<br> </td></tr></table><br> </div> |
|
|
|
![]() ![]() |