I frequently have equations like "5/50 = 10%" and html can spit up the equation. The original complaint that
doesn't work because the <br> effectively changes text-align=justify to text-align=left for the line the <br> is on.
In this case, it is better technique to use
Code:
5/50 = 10%
to prevent html from splitting up the equation. In general, this is a better technique anyway for non fixed width web pages.
However, there are other characters that I do not now how to use that technique with. Any help for me?