6 Nov
2003
6 Nov
'03
12:41 a.m.
Anclo wrote:
How can I escape STX processing? For example, if my paragraph starts with:
123 Main st.
How do I prevent STX to interpret it as:
1. Main st.
You pretty much can't, except by confusing STX, like this: <!---->123 Main st. (that was an empty html comment prepended, in case your mail client eats it).
Is there an equivalent of <br /> in STX?
Other than <br /> ? :) STX explicitly allows HTML so you can argue that's "in STX", but no, there's no way to do it with less markup.