cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

RTF Styling Space-after

ksperring
1-Newbie

RTF Styling Space-after

Hi,

I'm styling some content for output in RTF.

I cannot get the style to respect by space-after settings. In the RTF it remains 0pt despite being set to 12pt with a "force" precedent.

The space-before works as expected.

Is there something which I am missing here?

2 REPLIES 2

If you can read XSL, exporting your stylesheet to XSL and reviewing the
templates for the element in question might yield some clues about whether
some other style is somehow "winning" the battle for post-space.

On Thu, Jul 16, 2009 at 6:21 AM, Kevin Sperring <
kevin.sperring@lexisnexis.co.za> wrote:

> Hi,
>
> I'm styling some content for output in RTF.
>
> I cannot get the style to respect by space-after settings. In the RTF it
> remains 0pt despite being set to 12pt with a "force" precedent.
>
> The space-before works as expected.
>
> Is there something which I am missing here?
>
>
>
>

Make sure your element has block formatting, that is, a carriage return
both before and after. If you don't have one after, the space after
won't work.


Top Tags