Huditsch, Roman (LNG-VIE) wrote:
> 
> I need to display a <line> element as an horizontal line in my editor
> adaptation.
> Unfortunately I couldn't find out how to do it.
> All CSS properties I used seemed to be unknown by XMLMind (border/top,
> line/height).

All the standard CSS properties supported by XMLmind XML Editor are
listed here:
http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/restrict.html



> Do you have any suggestions for me?

May be:
---
line {
    display: block;
    white-space: nowrap;
}
---

Reply via email to