Subject: RE: unwanted space in scps
From: "Haarman, Michael" <mhaarman@xxxxxxxxx>
Date: Thu, 19 Jan 2006 14:43:32 -0600
|
> From: TGolshan@xxxxxxxxxxxx
> I am trying change text to smallcaps in the middle of text
> while relying
> on a CSS, but am having a spacing problem. Below is my code
It may well be that unwanted EOLs are being generated on serialization. Be
sure that you are directing your output to *not* indent:
<xsl:output method="html" indent="no"/>
This top level element will insure that inline markup stays inline.
HTH,
-----------------------------------
Mike Haarman,
XSL Developer,
Internet Broadcasting Systems, Inc.
|