You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Henrik Holle <hh...@megatel.de> on 2002/09/09 12:26:35 UTC

empty fo:block

hi!

<fo:block space-after="0.0pt" space-before="0.0pt" text-indent="0.0pt"
line-height="0.7">
<fo:inline font-family="Helvetica" font-size="7pt"></fo:inline>
</fo:block>

why does this code not produce an empty line with a linebreak?


thx

henrik


Re: empty fo:block

Posted by Noel Golding <no...@spearreport.com>.
try

<fo:block space-after="0.0pt" space-before="0.0pt" text-indent="0.0pt"
line-height="0.7">
    <fo:inline font-family="Helvetica" font-size="7pt">
        &#160;
    </fo:inline>
</fo:block>


----- Original Message -----
From: "Henrik Holle" <hh...@megatel.de>
To: <fo...@xml.apache.org>
Sent: Monday, September 09, 2002 6:26 AM
Subject: empty fo:block


> hi!
>
> <fo:block space-after="0.0pt" space-before="0.0pt" text-indent="0.0pt"
> line-height="0.7">
> <fo:inline font-family="Helvetica" font-size="7pt"></fo:inline>
> </fo:block>
>
> why does this code not produce an empty line with a linebreak?
>
>
> thx
>
> henrik


Re: empty fo:block

Posted by Magnus Sjöberg <ma...@secode.com>.
J. Pietchsmann answered this previously:

Look at
 
http://marc.theaimsgroup.com/?l=fop-user&m=103125861711518&w=2


///Magnus


Henrik Holle wrote:
> 
> hi!
> 
> <fo:block space-after="0.0pt" space-before="0.0pt" text-indent="0.0pt"
> line-height="0.7">
> <fo:inline font-family="Helvetica" font-size="7pt"></fo:inline>
> </fo:block>
> 
> why does this code not produce an empty line with a linebreak?
> 
> thx
> 
> henrik