Home › Forums › DITA and XMetaL Discussion › Text indenting through DTD › Reply To: Text indenting through DTD
Reply to: Text indenting through DTD
December 20, 2008 at 4:13 amOK…after much more trial and errors, I finally got the indenting in XMetal interface.
[code]
/* indent {*/
[class~=”hi-d/indent”] {
margin-left: 10pt;
display: block;
}[/code]
But the effect is not taken in the pdf output. It does not indent in pdf. Can someone tell me why?
This image shows the interface in XMetal
[img]http://img520.imageshack.us/img520/6420/indentdtdxmetaluidx1.jpg[/img]
This image shows the output in pdf.
[img]http://img206.imageshack.us/img206/1262/indentdtdpdfeh2.jpg[/img]
Edit: ok I managed to solved my problem. It can display in XMetal interface and pdf output, but not in HTML output. Why is that so?