Quote:
Originally Posted by GBSteve
and if you want to bold it you friggin' bbcode bold the thing.
|
Uhhh.. it's not as simple as that, GBSteve... at least not in my experience.
If you want to [.B][/B.] your questions, for example, you'll have to put a space inbetween the [.B] tag and your variable (and also at the end before the closing [/B.] tag. Otherwise, you'll get a parse error when you try to save it.
So, your bolded question would look like this: [.B]<space>$variable<space>[/B.]
Furthermore, not all BBCode gives a parse error if you don't do this. i.e. [.SIZE=4][/SIZE.] works fine without the <space>.
Note: The periods or dots are put in the above code so I could get them to appear here.