Myspace Music Page Questions, Coding |
![]() ![]() |
Myspace Music Page Questions, Coding |
Apr 22 2008, 12:22 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 49 Joined: May 2007 Member No: 521,710 |
How do i add a top banner to a myspace music page.
And how do i change the layout? Where do i post the code for layouts? |
|
|
|
Apr 22 2008, 01:08 PM
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
The basic customizations are the same as for defualt style layouts besides a few things here and there, if you name specifics I'll give you codes to change them.
To add a banner use this to move down the ad: CODE <style>body{margin-top:800px;}</style> Change the 800 to make more space or less space Next you'll need to ad divs for the content at the top, you can use these codes and where it says add content here you can add a image or whatever you want ahead of the ad: CODE <style>.banner {width:796px; height:488px; position:absolute; top:0px; left:50%; margin-left:-397px; text-align:center;}</style> Change the width to what ever the width of the image is, change the height for the height of the image or whatever. Change the margin-left number to keep what ever you putting in the header to stay centered. For the content of the header: CODE <div class="banner">
CONTENT HERE </div> |
|
|
|
Apr 23 2008, 09:45 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 49 Joined: May 2007 Member No: 521,710 |
Thanks
|
|
|
|
Apr 24 2008, 02:01 AM
Post
#4
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
yep no problem
Topic closed, after a day or two this will be moved to the resolved topics forum. |
|
|
|
![]() ![]() |