Is there anyway i could make my myspace page load so when it loads its alreay scrolled down so you don have to stare at the crappy add?
not really covering or removing the add but setting it where the page is already scrolled down when it loads?
I don’t think you can.
Javascript has a function called “scrollBy”, but Myspace doesn’t allow javascript (or any script tags).
I suppose you could put myspace in an Iframe, and somehow control that… but thats much more work and you can just ignore the ad.
fer sure dude thanks for the time saving
lol i would beat myself up
but hey how do i turn a picture button link into an aim message? ive tried the generator >: /
I think you can use this…
<a href="aim:goim?screenname=notarealuser"><img src="mypic.jpg" /></a>
But i think the user would have to have AIM installed for that link to work.
k THANKS
body onload=“javascript:scrollTo(x,y)”
where x and y are the coordinates you want it to be scrolled to.