Moving MySpace copyright box |
Moving MySpace copyright box |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 323,797 ![]() |
In this image, the box with navigation links and copyright at the bottom is to the far left of the layout instead of centered underneath. How do you move the box to where it should be?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() devan.urie ![]() ![]() ![]() ![]() Group: Member Posts: 246 Joined: Dec 2005 Member No: 314,247 ![]() |
^^ that didnt work =[
you can always hide it using this: CODE <style type="text/css"> table td div {visibility:hidden;} table table td div {visibility:visible;} tr {background:transparent;} table tr td div div { visibility:hidden; display:none; border:0px!important; background-color:transparent; } </style> or make it less noticeable by removing the gray background, using this: CODE <style type="text/css">
tr, table tr td div div {background:transparent;} </style> |
|
|
![]() ![]() |