Border around friends list and comments |
![]() ![]() |
Border around friends list and comments |
Dec 29 2006, 05:17 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Jun 2006 Member No: 423,805 |
What is the code to have a border around the friends list and comments? There's a border around the other tables, but not the friends list, comments or about me :(. Also, how can I adjust the size of the friends list & comment area(make it wider)?
|
|
|
|
| *WHIMSICAL 0NE* |
Dec 29 2006, 06:48 PM
Post
#2
|
|
Guest |
When you add a border to your tables, it should automatically add it to your friend's space and comments. Are you using a code like this?
CODE <style>table, tr, td { background-color:000000; border:none; border-width:2px;}</style> To change the width of your friends and comments you could try this: CODE <div style="height:100%;width:450px;overflow:auto"> <table><tr><td><table><tr><td> at the end of your Who I'd like to meet.Code from: http://www.createblog.com/scripts/download.php?id=270 |
|
|
|
![]() ![]() |