MySpace Layout Generator

Neon (or anyone) can you remove the "Make your own slide" banner + 1*" from this code?

<embed allowScriptAccess="never" src="http://widget-45.slide.com/widgets/slideticker.swf" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="site=widget-45.slide.com.com&channel=6555461&cy=ms" width="441" height="200" name="flashticker" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
<div


16k6kjq.gif
 
Lost-Prophet said:
Neon (or anyone) can you remove the "Make your own slide" banner + 1*" from this code?

<embed allowScriptAccess="never" src="http://widget-45.slide.com/widgets/slideticker.swf" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="site=widget-45.slide.com.com&channel=6555461&cy=ms" width="441" height="200" name="flashticker" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
<div


16k6kjq.gif

theres some missing post it all please.
 
Ok Neon help! MySpace has suddnely flipped out on me! One minute it was fine the next it has become all messed up. The columns on the right are half way down the page? This suddenly appeared earlier on today, then went and now it's back again! Help! www.myspace.com/billyhall1989
 
I find a lot of MySpace profiles to be pretty much unreadable. Sometimes it's because of colour choices but often it's because of opacity effects. For those using Firefox, appending the following to your userContent.css file in your profile folder will cancel the stupid opacity effects:

Code:
@-moz-document domain(myspace.com) {
	
	* { opacity: 1 !important }
}
 
Back
Top Bottom