Hi,
I want to keep indent and outdents on pdf report; the text from editor passes thru active report and generate pdf. I am missing indents and outdents in report.
I checked the html view and there is nothing for indents and outdents. Then I tried to set breakmode using editor.config setting shown below:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!-- set to True for NLB/Cluster -->
<setting name="MultipleServerMode" value="False" />
<setting name="BreakMode" value="UseBROnCarriageReturn" />
</configuration>
asp crap code is like this...
Dim editor
Set editor = New CuteEditor
editor.Width=900
editor.Height=500
editor.ID = "EditorC"
...
editor.draw
but still I see <P entry for returns. Is there something else I am missing...
thanks,