how to use CSS layout styles in bulletins!! (yes, you can do this - here's how)

yeah, that's something you can do! but most times, it doesn't work. why? because of bullshit reasons. so here's how to do it the right way.

so here's some basic code. you can probably figure out what this is.

<style>
* {
  color: red;
  font-family: "Comic Sans MS", cursive;
}
</style>

this will work on blogs and profiles, but this will NOT work on a bulletin!

you need to put everything on one line!! or else, the formatting will fail and the styling won't work!

like this:

<style>* {color: red; font-family: "Comic Sans MS", cursive;}</style>

you can do it manually or through a generator.

alright, have fun!


2 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )