Log In · Register

 
Myspace Geniuses Please!! How to make this kind of banner/layout?, banners and layouts
mollymo
post Aug 8 2008, 02:05 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Aug 2008
Member No: 674,480



I've tried two codes on this website, and they didn't work too well. My banner margins were still off on my profile even after I fixed them. Was it because of the certain layout I had? Any advice would be great.


I would like to know how you put your own fancy banner up. Not like an extended network banner, but a banner ABOVE your whole profile. Usually musicians or models and such have these type of layouts/banners. But I think the one of of the example layouts I've listed below are not famous, but somewhat popular. I'm not sure.


Here are some examples of what I want. The first links are banners, and the secound links are half of the profiles to give you an idea of what it looks like:


4. [Model] B: http://i36.tinypic.com/5zh0ko.jpg
P: http://i34.tinypic.com/ypgfp.jpg



I asked two people how they made it...one either did not get to read my message at all or decided to ignore it, and one did reply. The one that replied said, "I had it professionally done, and I was using my creativity," or something like that. So obviously it's a huge secret. LOL.

Where can I get these type of cool banners/layouts done without having to pay a professional? I would like to do this on my own by the way.

If so, please list the website and directions and any other information if desired.

Thanks so much!



Oh and P.S.:

The first layout is NOT Johnny Depp.

And please list info of where I can make this for FREE...or any other accurate links on this website. Thanks again!

-Molly
 
 
Start new topic
Replies
fixtatik
post Aug 8 2008, 04:25 PM
Post #2


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



if you want it above the advertisement:
CODE
<style type="text/css">
  body { margin-top:400px; }
  .topbanner {
    background:url(IMAGE LINK) top left no-repeat;
    width:800px; height:400px;
    position:absolute; top:0; left:50%;
    margin:0 0 0 -400px;
  }
</style>

<div class="topbanner">
  Any text, links, videos you want can be added here.
</div>

if you want it below the advertisement, above the navigation links:
CODE
<style type="text/css">
  .profile { height:429px; vertical-align:bottom; }
  div table, table table { margin-top:0; }
  .topbanner {
    background:url(IMAGE LINK) top left no-repeat;
    width:800px; height:400px;
    position:absolute; top:0; left:50%;
    margin:129px 0 0 -400px; }
</style>

<div class=”topbanner”>
  Any text, links, videos you want can be added here.
</div>

if you want it below the advertisement & below the navigation links:
CODE
<style type="text/css">
  .profileWidth table { margin-bottom:400px; width:800px; }
  .rail { display:none; }
  .topbanner {
    background:url(IMAGE LINK) top left no-repeat;
    width:800px; height:400px;
    position:absolute; top:0; left:50%;
    margin:160px 0 0 -400px;
</style>

<div class=”topbanner”>
  Any text, links, videos you want can be added here.
</div>
 

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: