[xep-support] whitespace around links
Edward Q. Bridges
e.bridges at argo-tec.de
Tue Feb 5 01:56:23 PST 2002
white-space-treatment appears to not work as i would expect. when i use this code:
<fo:wrapper color="#0000FF" white-space-treatment="ignore">
<fo:basic-link text-decoration="underline" white-space-treatment="ignore" external-destination="url('http://linkurl')">Chucklemacher Holiday Fortunes [MyBarumba]
</fo:basic-link>
<fo:basic-link text-decoration="underline" white-space-treatment="ignore" external-destination="url('http://linkurl')" keep-with-previous.within-column="always">
<fo:external-graphic src="forward_icon.gif"/>
</fo:basic-link>
<fo:inline white-space-treatment="ignore" keep-with-previous.within-column="always">
<fo:external-graphic src="key.gif"/>
</fo:inline>
</fo:wrapper>
i get the result that appears in the attached screenshot ("withspace.gif"). however, when i put the 2 <fo:basic-link> and subelements on one line i get the results that i
seek (and would expect from using "ignore" for whitespace-treatment -- see "nospace.gif").
am i making some kind of error in this?
thanks in advance!
ed.b.
On Mon, 4 Feb 2002 22:43:49 +0300, Nikolai Grigoriev wrote:
>> or is there a way to signal to renderx to ignore whitespace, like the
>
>Yes, 'white-space-treatment' attribute serves for this purpose:
>
> <fo:basic-link white-space-treatment="ignore" ...
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: withspace.gif
Type: image/gif
Size: 3001 bytes
Desc: not available
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20020205/2a39e11a/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nospace.gif
Type: image/gif
Size: 2974 bytes
Desc: not available
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20020205/2a39e11a/attachment-0001.gif>
More information about the Xep-support
mailing list