Quote:
Originally Posted by cybmole
and that would be defined in the html, or the css ?
I suspect they are leftovers from some other format - maybe MSword ?
I don't get the namespace concept at all here ?
the only namespace mention in css is
@namespace h "http://www.w3.org/1999/xhtml";
|
Address is a HTML tag (that mucks up a conversion) that is intended for Street Locations.
In conversions, it should be only rendered as italic, what happens, is it causes unwanted line breaks.
Code:
<p> Jason went to</p< <address>El Camino Real"</address> <p> to catch the 22 bus.</p>
Ugly