i dont want the boxes all aligned in the middle. i want the text, links, and any form of words to be centered on my whole myspace.
It depends what kinda profile code you have. If your profile code is already telling the text where to be aligned you have to go in the code and fix it for yourself, and to do this you need to know about HTML lol.
If you look in your code and it says the stuff like ".nametext" ".blacktext12" ".lightbluetext" and all those other ones with "text" at the end, you’ll see in each of those groups it should say something like "align" or "text align"
Change all those to "center" and ALL text on your page will be centered.
If you don’t have to do that just enter in "<center>" before what you put in your about me and general and all that.
But if you want the things like your extended network text centered, or your name text, you gotta go into your profile code like I just told you.
Hope that helps
Related posts:




November 24th, 2009 at 12:15 am
you put <center> before and after what you want centered
References :
November 24th, 2009 at 12:43 am
It depends what kinda profile code you have. If your profile code is already telling the text where to be aligned you have to go in the code and fix it for yourself, and to do this you need to know about HTML lol.
If you look in your code and it says the stuff like ".nametext" ".blacktext12" ".lightbluetext" and all those other ones with "text" at the end, you’ll see in each of those groups it should say something like "align" or "text align"
Change all those to "center" and ALL text on your page will be centered.
If you don’t have to do that just enter in "<center>" before what you put in your about me and general and all that.
But if you want the things like your extended network text centered, or your name text, you gotta go into your profile code like I just told you.
Hope that helps
References :
I’m very good with HTML lol.
November 24th, 2009 at 12:48 am
Dear,
Here is an example: -
<p align=center><a href=http://needcom.in>Free Music</a></p>
<table align=center><tr><td><a href=http://freetool.net.tc>Free TV</a></td></tr></table>
Try these code. The Align is to use for this purpose.
References :