Log In · Register

 
Band Divs
ReverseMyCurse
post May 20 2008, 02:54 PM
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.
 
 
Start new topic
Replies
fixtatik
post May 20 2008, 04:11 PM
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.)
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: