Home › Forums › DITA and XMetaL Discussion › Modify how table cell is displayed › Reply To: Modify how table cell is displayed
Reply to: Modify how table cell is displayed
November 3, 2014 at 10:49 amYes, I am trying to update the display while authors are editing in XMetaL. I would like to configure so that authors see their DITA topics in XMetaL as it would be published (as much as possible).
In HTML I can specify CSS as following to rotate text. In XMetaL it is not working. as you mentioned there is no equivalent setting in XMetaL. anyway thanks.
.rotate { transform: rotate(90deg);}
For Multiple attribute values I was able to resolve it as you suggested ('~=' ). Thanks