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>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )