Band Divs |
Band Divs |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Jul 2007 Member No: 544,954 ![]() |
I've seen many topics about them that all eventually get lead to another page about making band pages.
It didn't even mention banners. currently im looking to make something like this: http://profile.myspace.com/index.cfm?fusea...endID=364279974 But Im finding it difficult, I can make Divs for normal layouts, but bands seem harder. Could anyone enlighten me? -Joel. |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
there are many topics about banners.
top put a banner above the myspace advertisement: CODE <style type="text/css"> body { margin-top:400px; } .topban { width:800px; height:400px; position:absolute; top:0; left:50%; margin:0 0 0 -400px; } </style> <div class="topban"><img src="IMAGE LINK" /></div> similar, to put a banner below the myspace advertisement, above your profile: CODE <style type="text/css"> body table { margin-top:400px; } body div table, body table table { margin-top:0; } .topban { width:800px; height:400px; position:absolute; top:0; left:50%; margin:135px 0 0 -400px; } </style> <div class="topban"><img src="IMAGE LINK" /></div> subsequently, you can put whatever you want within the div. images, text, links, whatever. it's like a div layout sitting above a standard layout. the rest of that layout is simply made by using images within the already applied tables that myspace provides. (they just removed to contact table and header text and put their own header images and information.) |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Jul 2007 Member No: 544,954 ![]() |
ahh I see.
Thank you for the support :) I knew Createblog helps allot! One more thing, How do you remove the headers? Or is it a case of CSS? -Joel |
|
|
![]()
Post
#4
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
i believe it's still .lightbluetext8 { display:none; } like in regular profiles, but i could be wrong.
|
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Jul 2007 Member No: 544,954 ![]() |
Thankyou very much :)
It helped allot. Close? |
|
|
![]() ![]() |