MyBB Community Forums

Full Version: CSS in posts and in signature
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think there should be a plugin that allows CSS in Posts and in Signatures around the forum.

I've done this on a VB forum before and it is a great thing to have and is fun to mess with.
you can use css thru MyCode ; see this : css MyCode
Hmm but it seems this won't show up here:

Here is what I punched in:
Regular Expression:
\[div=(.*?)\](.*?)\[/div\]
Replacement:
<div style="$1">$2</div>

And when I use this:

[div="background-image:url('http://i677.photobucket.com/albums/vv134/rodneydennings/uberseditedit.png'); position: center; width: 600px; height: 250px; background-repeat: no-repeat; background-position: center; font-family: Verdana; color: red;font-weight: bold; "]







Rodney's Unova Adventure!
[textcollapse="Complete the Pokedex!"]Current Goal[/textcollapse]
[textcollapse="Seen:388 Obtained :274"]Pokedex[/textcollapse]
[textcollapse="1,254,749"]Money[/textcollapse]
[textcollapse="181:00ish"]Time[/textcollapse]
[textcollapse="3/6/2011 / 4/1/2011"]Adventure Started/Hall of Fame[/textcollapse]
[textcollapse="10100"]ID[/textcollapse]~[textcollapse="5329 2479 0701"]FC[/textcollapse]~[textcollapse="W:9 L:1 D:0"]Battle Records[/textcollapse]



[/div]

It does not show up as intended.


Any help?