We have had a request to add a "hanging indent paragraph" element to our DTD for linguistic documents. I am having a difficult time figuring out how to render this paragraph in XXE via CSS.

Trying the following does not work because the negative value for text-indent is ignored.

hangingIndent
{
    display:block;
/* negative text-indent does not work */
    text-indent:-.25in;
    padding-left: .25in;
    margin: 1.33ex 0;
}

If I use a positive value, then text-indent is applied but that is the incorrect rendering.

Is there a way to get the CSS to show a hanging indent paragraph?

(We're using version 5.3.0 of XXE.)

Thanks,

--Andy


--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to