[l2h] Extra spaces in \htmlsetstyle for CSS list-style-image
William Martin
martin at orie.cornell.edu
Fri Oct 31 07:54:13 CET 2003
I have the following code:
\htmlsetstyle[junk]{UL}{list-style-type=square;
list-style-image=url(http://www.orie.cornell.edu/redcircle.jpg)}
The resulting CSS code in the generated style sheet is:
junk.UL { list-style-type : square;
list-style-image : url(http : //www.orie.cornell.edu/redcircle.jpg) }
The extra spaces are a problem because they prevent the bullet image
from being found. This works when I edit the style sheet and take out
the spaces (ie. change it to
url(http://www.orie.cornell.edu/redcircle.jpg).
How do I keep latex2html from adding the extra spaces?
-- Bill --
More information about the latex2html
mailing list