00:00
00:00
Newgrounds Background Image Theme

spiritgarden just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

myspace custom banner code

2,855 Views | 22 Replies
New Topic Respond to this Topic

myspace custom banner code 2007-10-07 12:58:32


I'm tryin to make a band myspace, and i don't want to use one of those stupid banner makers cos then they can hack the page and shit (i think). Ive alredy uploaded the pic i wanna use onto photobucket, so can anyone give me a code for:

1. keeping the banner the same size that it already is (550x400)

2. positioning it above the popup ad in the centre of the page

If anyone knows please help me

thank u

Response to myspace custom banner code 2007-10-07 13:03:36


No idea what the hell you're talking about...buuut-

Keeping the same size: define it in the image tag
Positioning: CSS

Example:

.banner{
position:absolute;
top:10px;
left:200px;
}

something along those lines, I'm just confused as to what you want.

Response to myspace custom banner code 2007-10-07 13:14:46


Myspace doesn't play by the rules when it comes to the css stuff that you can use. I suggest going to one of those layout maker websites, copying and pasting code that they have and changing it to your specifications. This way you know it's right.

Response to myspace custom banner code 2007-10-07 13:19:14


tried that already but none of them contain any code that places the banner above the popup ad, which is the one i'm having difficulty with, and the centering one. all i want is the line of code that i can just put into the generated code to make it do that

Response to myspace custom banner code 2007-10-07 13:36:58


sorry not the popup ad, the adbanner (which it's aparently called). I need code to place my banner above the adbanner

Response to myspace custom banner code 2007-10-07 14:29:10


comon someone must know

Response to myspace custom banner code 2007-10-07 14:46:31


At 10/7/07 01:36 PM, Shitmark wrote: sorry not the popup ad, the adbanner (which it's aparently called). I need code to place my banner above the adbanner

I don't go to myspace, but you probably can't do that. messing with the ad code is generally a no-no for any site


BBS Signature

Response to myspace custom banner code 2007-10-07 15:03:08


ive seen it done (e.g. www.myspace.com/machinehead) and its only against the rules if you cover up the ad banner, theres nothing wrong with puting something above it

Response to myspace custom banner code 2007-10-07 15:19:17


sorry it didn't work, it just placed the banner underneath the 'Band Bio' title

Response to myspace custom banner code 2007-10-07 15:38:27


ok 1stly how, and 2ndly i don't understand that at all

Response to myspace custom banner code 2007-10-07 16:20:06


could you write it as one block of text so i can just paste that in directly, because i have a feeling that i'm either entering it wrongly or there's something missing

Response to myspace custom banner code 2007-10-08 11:52:46


At 10/7/07 04:28 PM, citricsquid wrote: div.header {
position: absolute;
top: 0px; left: 50%;
margin-left: -454px;
width: 906px;
height: 0px;
}
<DIV CLASS="header"><IMGSRC="http://www.citri csquid.net/image.jpg" BORDER="0"></DIV>

Make sure you add the style tag into the code squid posted.
For some reasons, the code tag system seems to have removed it :\


|| Portfolio || Facebook || Twitter ||

BBS Signature

Response to myspace custom banner code 2007-10-08 12:59:46


I really don't understand this at all, i'm putting in that code with the style tags and everything and its putting it at the top of the page, bt its covering up the adbanner which isn't alowed i don't think. is there a piece of code there that's missing?

also its not going in the centre

Response to myspace custom banner code 2007-10-08 13:56:20


http://www.myspace.com/themathsdebate

bit shite i no bt its nt for me, just doing wt my frend wanted

Response to myspace custom banner code 2007-10-08 14:15:31


try again now

Response to myspace custom banner code 2007-10-08 14:25:24


nope just does exactly the same thing. are you sure theres not just a bit of code that's missing?

Response to myspace custom banner code 2007-10-08 14:59:51


that link didnt work for me but heres a screenshot of what i rote:

myspace custom banner code

Response to myspace custom banner code 2007-10-08 15:06:26


can anyone see anything wrong about that?

Response to myspace custom banner code 2007-10-08 15:17:38


I can see why that would work, but then it just makes the actual image disappear off the top of the page, it doesn't extend the page to make up for it :(.

btw please don't give up this is really helping

can you think of any code that means the top of the page just extends?

Response to myspace custom banner code 2007-10-08 15:29:40


well the code u posted before that post was the same as the original wasnt it?

Response to myspace custom banner code 2007-10-08 15:45:57


OMFG DIS IS SO FRUSTRATING

both codes do exactly the same thing, they put the pic on top of the page but it STILL covers up the banner.

if you haven't seen already go onto the page and see what i mean

Response to myspace custom banner code 2007-10-08 16:07:27


there isn't some special code that I can put in that just says 'put it above everything else'?

Response to myspace custom banner code 2007-10-08 17:12:23


YAYAYAYAYAYAYAYAYAYAY I DID IT

u were missing this code:

body {margin-top:100px}

works now anyway

thanks for the original code and stuff