The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Myspace Coding Bullshit

SnorkSnork wordJamaica Plain, MARegistered User regular
edited March 2009 in Help / Advice Forum
So I'm trying to figure out how to do that thing that every band who has a myspace does, which is to put a big fancy image up top above all the ads and garbage so it's the first big ol' pretty thing you see.
There are generators online to give me the code to do this, but for some reason it isn't working out quite right:
http://www.myspace.com/afterthreesecondstheband

The image is kind of on top and not really above everything. I've been copypasting the code from several different generators to get it right, so I know it's not just one. Anyone know what I'm missing?

Here's the code I'm using:
<a href="http://www.mybannermaker.com&quot; target="_blank">Masthead Banner Made with MyBannerMaker.com! Click here to make your own!</a><style>body table { margin-top: 420px; } .mybannermakermastheadbanner { position: absolute; top: 200px; width: 728px; height: 400px; text-align:center; margin-top: 15px; margin-left: -364px; left: 50%; } body td table, body div table { margin-top: 0; } </style><div class="mybannermakermastheadbanner"><a href="http://www.mybannermaker.com"><img src="http://img3.imageshack.us/img3/6506/mybanner49c319ac2b5d1.jpg&quot; alt='Create your own banner at MyBannerMaker.com!' border=0></a></div>

Thanks to anyone who can help.

Snork on

Posts

  • ZeonZeon Registered User regular
    edited March 2009
    try changing the margin-top: 420px; to margin-top: 0px;

    Zeon on
    btworbanner.jpg
    Check out my band, click the banner.
  • SnorkSnork word Jamaica Plain, MARegistered User regular
    edited March 2009
    That kind of worked. It's at the top now, but it's just not pushing everything else down so there's a weird overlapping thing going on.

    Snork on
Sign In or Register to comment.