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 -- 


_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to