Commented out style still gets applied [duplicate]
This question already has answers here: Why do /**/ comments work in stylesheets, but // comments don’t? (6 answers) What is the syntax for adding comments in CSS? (3 answers) Closed yesterday. Please help me figure it out The style section seems to be commented out but it does get applied How come? <html> <head> […]
How to set image size in JTextPane with HTML and CSS (Java, Swing)?
I want to insert an image (say – a formula compiled from LaTeX) into JTextPane, using HTML+CSS for text markup, manually setting it’s size. I tried like here