Is it possible to style MySpace bulletins? Something simple for example, like changing the body background of a bulletin?
May 5, 2007 5:23 PM   Subscribe

Is it possible to style MySpace bulletins? Something simple for example, like changing the body background of a bulletin? < 'body style'="'background-color: #000000"> Only changes the outside page color, but the bulletin body stays white. Is it possible to change that?

Is it possible to style MySpace bulletins? Something simple for example, like changing the body background of a bulletin?

Only changes the outside page color, but the bulletin body stays white. Is it possible to change that?
posted by cheero to Computers & Internet (2 answers total) 2 users marked this as a favorite
 
Don't use HTML. Poke in some CSS, and with some wicked hackery, one could do it. If you had to ask, then you probably couldn't, without a lot of effort and reading. Even if you get it perfect, you'll rely on things that are not platform and browser independent.

First step, install Firefly for Firefox and inspect the DOM path to those elements you want to style.

Step two, eh, ... give up and pay some 14 year little girl to do it. It's hard.
posted by cmiller at 6:02 PM on May 5, 2007


Best answer: You'll need to add a div and then style the div.

<div style="background: #000; color: #FFF; padding: 3px;">This is a styled div with black background & white text. There's a little padding so it doesn't look like ass! </div>
posted by aristan at 6:07 PM on May 5, 2007 [2 favorites]


« Older What would I need to make a gas turbine from...   |   Could a non-gamer benefit from buying a "Gaming PC... Newer »
This thread is closed to new comments.