Myspace Geniuses Please!! How to make this kind of banner/layout?, banners and layouts |
Myspace Geniuses Please!! How to make this kind of banner/layout?, banners and layouts |
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 |
|
|
|
![]() |
Aug 8 2008, 02:08 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Well all your Photobucket links don't work. Also, which scripts did you use?
|
|
|
|
Aug 8 2008, 04:25 PM
Post
#3
|
|
|
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> |
|
|
|
Aug 10 2008, 12:44 AM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try my script out for placing a banner on your page. For making a banner, you'd have to learn how to do it yourself or browse through the Graphics section. You're bound to find at least one you like. If not, then you can request for one here. However, you must have 25 posts to request for a graphic and 50 for a layout.
|
|
|
|
![]() ![]() |