Hi, I'm using xml transformed to html via xsl. The problem is my HTML
source text auto wraps/breaks lines. This only matters when the line
involves a parameter I'm passing to a script...which then doesn't
work.
QUESTION: How can I prevent the line wrap/break in the html source
text?
The only thing I've seen is <nobr> but that doesn't affect the source,
just the output...is there ANY way?
Thanks,
Kathy