how to center my top friends |
![]() ![]() |
how to center my top friends |
Sep 22 2006, 06:39 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 192 Joined: Jan 2006 Member No: 361,578 |
The default top friends is centered but i added this bit of tiny profile code to get rid of the horizontal bar of my comment space. it worked but now my friends pictures are on the left. how can i center them again? what do i have to change on that little code to center them? because this code moved them on the left so i suppose there's smthg to add to center.
i tried align:center; in the {...} but it didnt change anything. CODE <style> td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} </style> here's myspace thanx for any help. |
|
|
|
| *Azarel* |
Sep 22 2006, 07:00 PM
Post
#2
|
|
Guest |
Find this in your coding and remove </center>:
<center><u>She's in love with herself <br> She likes the dark<br> On her milk white neck <br> The Devil's mark<br></u></center> If that doesn't work, find this in your coding: <div style="height:565px;width:420px;overflow:auto"> Change it to: <div style="height:565px;width:420px;overflow:auto; text-align:center;"> |
|
|
|
![]() ![]() |