Help - Search - Members - Calendar
Full Version: Moving the ad?
Forums > Resource Center > Support Center > Myspace Support > Myspace Resolved Topics
Drama
Is there a script that lets me position the top add on myspace where ever?

I am pretty sure I put this in the right place, sorry if I didn't.
Anarchy
Don't worry, it was posted in the right place.

I don't know of a code that will move ONLY the ad. The only ones I've seen move all elements from the navigation up. Plus, that code can't be provided if you're going to using it to hide/remove the ad. Sorry.
9001
CODE
<style>
div table tr td div {
position:absolute;
left:50%;
margin-left:-300px;
top:500px;
}
</style>


I had this code stored on my computer from a while back. It came from here, but I don't know who submitted it, or if it even still works since MySpace screwed with the header.

Change the numbers to whatever you see fit.

For the record, I'm not providing this so you can hide the advertisement. If you chose to do so, and you get deleted, I'm not liable.
Drama
I do not plan on using it to hide the add. I am well aware of the rules =P

Thanks.
Anarchy
Yeah, it's a bit outdated. It moves the ad, but it also moves the navigation and some backgrounds.
fixtatik
try using this: http://www.createblog.com/forums/index.php...t&p=3044163

like i said there, the only problem is the user shortcuts menu, but that's easy enough to hide.
Anarchy
^I was gonna link that but I couldn't find it! Great job with that code, though, really.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.