The problem with justification, is as has been pointed out that it is a block level property, not an inline one, and while it is certainly possible to detect the nearest surrounding block and slap the style="text-align: whatever" on it, this is not generally a good way to structure your code. You really should setup alignment at a global level with CSS and apply it to all blocks, with a few specific exceptions.
|