Home › Forums › DITA and XMetaL Discussion › Text indenting through DTD › Reply To: Text indenting through DTD
Reply to: Text indenting through DTD
December 30, 2008 at 5:42 amHi. I read the help on HTML output and got confused. Its leaves me with some questions.
1)The Help told me to create a custom file to place all the elements that i created inside. Where do I find the file? Am I suppose to create it myself? Must the file be named “xhtml_custom.css”?
2)SO the elements are found in:
[code]
C:Program FilesCommon FilesXMetaL SharedDITA_OTresourcecommonltr.css . This file includes selectors and styles for left-to-right output.
C:Program FilesCommon FilesXMetaL SharedDITA_OTresourcecommonrtl.css . This file includes selectors and styles for right-to-left output.
[/code]
Why is it that when I edit the “bold” element, nothing happened in the output? Am I suppose to change the code in both commonltr.css and commonrtl.css ?
[code].bold { font-weight: bold; font-size: 50em;}[/code]