I'm using a JTextPane to display some HTML that contains a table with a border. I want it to have a simple 1 pixel border.
I tried using style="border: 1px solid; border-collapse:collapse"
. This works in a web browser, but not in JTextPane.
Is there any way to have a simple 1 pixel table border using HTML in a JTextPane?