need html help, this seems pretty easy |
need html help, this seems pretty easy |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jul 2007 Member No: 547,946 ![]() |
ok. i want to have my playlist from projectplaylist.com in the TOP LEFT corner of my myspace. it is width=450px height=270px. seems pretty easy to me just post the code here thanks
|
|
|
![]() |
![]()
Post
#2
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jul 2007 Member No: 547,946 ![]() |
playlist code:
<div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450;"><embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.greatprofilemusic.com/mc/mp3player.swf?config=http://www.greatprofilemusic.com/mc/config/config_black.xml&mywidth=435&myheight=270&file=http://www.greatprofilemusic.com/loadplaylist.php?playlist=11447398" menu="false" quality="high" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/> could you help me with getting it to 0,0? |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 371 Joined: Jun 2007 Member No: 530,773 ![]() |
you just insert...
position:absolute; left:0px; top:0px; inside the div style tag. so, it would look like this... <div style="position:absolute; left:0px; top:0px; text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450;"> |
|
|
![]() ![]() |