Shows, HELP! |
Shows, HELP! |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 ![]() |
How do I put :
border-bottom: 1px dotted dimgray; On the shows section on a myspace music profile. Also, how do I change the width of it all? |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Add this to your codes:
CODE <style type="text/css"> div table table {position: relative; left: 35px; width: 400px;} div table table table, .latestBlogEntry, .friendSpace, .friendSpace table, .friendsComments table {position: static; margin: auto; width: auto;} </style> If that makes the rest of your right column move, look for this in your codes: CODE table table td.text {padding-left:40px; _padding-left:50px;} table table.contactTable td.text, table table.friendSpace td.text, table table.friendsComments td.text {padding:0px;} Adjust the padding until it lines back up. |
|
|
![]() ![]() |