need html help, this seems pretty easy |
need html help, this seems pretty easy |
Jul 19 2007, 06:53 AM
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
|
|
|
|
![]() |
Jul 19 2007, 12:57 PM
Post
#2
|
|
![]() 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;"> |
|
|
|
ekzz need html help Jul 19 2007, 06:53 AM
ekzz playlist code:
<div style="text-align: ce... Jul 19 2007, 12:47 PM![]() ![]() |