Re: [spoiler][b]Do not remove these notices[/b]
[quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u
[b][/b]Hi Guys. I fixed my More about me text to be aligned center and all that had change when Friendster done their update by editing my own CSS.
My original codes before the update;
/* CONTROL PANEL: MORE ABOUT ME LINK */
#content_6 {
color: #ffffff;
text-transform: lowercase;
text-decoration: none;
font-family:Tahoma; font-size:10px;
Then I insert this myself;
text-align: center;
And it should come out like this;
/* CONTROL PANEL: MORE ABOUT ME LINK */
#content_6 {
color: #ffffff;
text-transform: lowercase;
text-decoration: none;
text-align: center;
font-family:Tahoma; font-size:10px;
Then click save and it works. Just view my friendster. I hope that helps.