View Full Version : Centering chrisis


Telina
09-01-2005, 08:41 AM
I also cannot get anything in my "interests" section to align to the center. I tried every align center code that I knew and spent forever trying to look them up. I want everything in that section centered. What am I doing wrong?

jazzberry
09-02-2005, 02:31 AM
have you tried

<center>INTERESTS</center>

?

Telina
09-02-2005, 03:46 AM
I tried putting those tags, along with every other one I could find, at the beginning and end of all my images and text and it always shows up centered when I preview it but when I submit it and view it , it's not centered anymore

Arabiankidd
09-02-2005, 06:03 AM
If you're trying to get your interests text to center use this code

<style type="text/css">

p {
text-align: center }
</style>

<p>Hi</p>

But if you're trying to get your entire interest box to be centered that's gonna be difficult it deals with divs and tables you gotta check out some tutorials in the group section of myspace check out the html section in groups in order to do it some of it may also deal with css try your luck here are some links

http://forum.myspace.com/index.cfm?fuseaction=messageboard.viewThread&entryID=5645193&categoryID=0&IsSticky=1&groupID=100003021

http://blog.myspace.com/index.cfm?fuseaction=blog&friendID=2821999&blogMonth=&BlogDate=&blogYear=&Mytoken=20050826225850

http://groups.myspace.com/index.cfm?fuseaction=groups.groupProfile&groupID=100420465&Mytoken=20050828123243

Also try thomas myspace editor for ease of use