myflashfetish music player help, alignment? |
myflashfetish music player help, alignment? |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 79 Joined: Nov 2008 Member No: 696,480 ![]() |
how do you get a myflashfetish music player to be central aligned on a myspace in the about me section??
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Or use center tags like this:
CODE <center>MUSIC PLAYER CODES HERE</center>
|
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 79 Joined: Nov 2008 Member No: 696,480 ![]() |
Or use center tags like this: CODE <center>MUSIC PLAYER CODES HERE</center> center tags like that dont affect it but i'll try the other one. CODE <p align="center">code for player</p> doesnt seem to do anything...
Reason for edit: Please use the Edit button instead of double-posting. - Mike
|
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Posts merged. I assume it's because you're using a 2.0 profile. Next time, you should specify which kind of profile you're using. Try making a class with center alignment like this:
CODE .musicplayer {text-align:center;} Then use that class in a paragraph to align the music player like this: CODE <p class="musicplayer">MUSIC PLAYER CODES</p> See if that works. |
|
|
![]()
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 79 Joined: Nov 2008 Member No: 696,480 ![]() |
Posts merged. I assume it's because you're using a 2.0 profile. Next time, you should specify which kind of profile you're using. Try making a class with center alignment like this: CODE .musicplayer {text-align:center;} Then use that class in a paragraph to align the music player like this: CODE <p class="musicplayer">MUSIC PLAYER CODES</p> See if that works. It's normal profile. Screenshot might make it a little easier to see: and that's with the <p align="center">code for player</p> code in place. |
|
|
![]()
Post
#6
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Well that method should work for 1.0 profiles anyway. Try this:
CODE <style> .musicplayer {text-align:center;} </style> <p class="musicplayer">MUSIC PLAYER CODES</p> Replace "MUSIC PLAYER CODES" with your own codes. |
|
|
![]()
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 79 Joined: Nov 2008 Member No: 696,480 ![]() |
Well that method should work for 1.0 profiles anyway. Try this: CODE <style> .musicplayer {text-align:center;} </style> <p class="musicplayer">MUSIC PLAYER CODES</p> Replace "MUSIC PLAYER CODES" with your own codes. Still no luck :S I'll use a different method. thanks anyways |
|
|
![]()
Post
#8
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Topic closed & moved.
|
|
|
![]() ![]() |