Archaic wrote:While I've not extensively used phpBB myself, doing something like that is generally a huge pain in the ass to try and code up with the templates. The default setups allow for that stat block only on one side or the other, or occasionally on top or below a post. Everything has to be clustered together, it doesn't allow for you to split it up.
I really can't see that this is a problem, at all.
Style sheets make things like this very, very easy. The necessary ‘code’ can be placed in a separate style sheet, in the document's header, or right by the text it's affecting. (Just like JavaScript, in fact.) Putting it in a style sheet is the best way; the affected text need only reference the necessary style. But if for some reason that's not possible (and I don't believe for an instant that that is the case), the style can be placed inline with the text.
Grammar: It's not the law, it's just a good idea.