|
Subject: Re: [xsl] outputting   to HTML (not so final answer) From: Eric Vitiello <xsl-list@xxxxxxxxxxxx> Date: Mon, 17 Dec 2001 12:16:37 -0500 |
-- Aniceto López [Mon, 17 Dec 2001 17:49:26 +0100]:
>THANKS Jeni T. for your big efford teaching me.
>
>In this case I can't use <xsl:output encoding="US-ASCII" /> due to
>other important problems and many times this "<td> </td>" is not
>the only way I have to use non-breaking space. Web design is forcing
>me
>to use ... (the only way in htm to have some
>" " concatenated) so I still need the " " and the only solution
>I fint is the so hated
maybe I'm missing something, but if you need to sue , there is probably a better way to design it.
try using stylesheets and padding:
<html>
<head>
<style type="text/css">
SPAN.padded {
padding-right: 4em;
}
</style>
<body>
This is a sentence where <span class="padded">These words</span> are highly padded on the right.
</body>
</html>
---
Eric Vitiello
Perceive Designs
<www.perceive.net>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] outputting   to HTML (not, Aniceto López | Thread | [xsl] outputting   to HTML (not, Aniceto López |
| [xsl] can the document( ) function , Spinelli, Frank | Date | Re: [xsl] General Searching query, Emiliano |
| Month |