Hi,
Sometimes when we convert an html document into a pdf the bullet points get displayed with vertical lines around them. It is almost like a person is playing a word search game and they are trying to circle the bullet points. The lines are longer than the bullet points and just write over the top of anything in their way.
some examples:
http://screencast.com/t/jMs0vcNtdQahttp://screencast.com/t/SnGtySysw4http://screencast.com/t/FESdSdKNi83Have you seen this happen before? It seems to come and go but when it occurs it is always at the end of our document. This document can be 50 - 70 pages long
One thing I noticed. Bullet points are just li elements inside a ul element.
When this occurs, it occurs directly after an ol element containing li elements. The rest of the ul elements following the 2 ol elements containing numbered lists, have the vertical lines around their bullet points.
Thanks