ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  CDML Attribute
Posted by Chuck Willette on Feb-13-2012 23:02
What is the CDML attribute to use to return the text to normal after setting the text to
"super" or "sub"?

  Re: CDML Attribute
Posted by Peter Kwan on Feb-14-2012 01:40
Hi Chuck,

The method is like:

AAA<*font*><*super*>TM<*/font*> BBB

The <*font*> ... <*/font*>statement defines an inline block. The <*super*> above only has effect inside that block.

Hope this can help.

Regards
Peter Kwan