Hi,
I'm getting some bizarre TextField HTML CSS issues that are driving me mad
When I use a different style using <span class="xxx"> the text in the span is partially rendered on top of the previous word :-(
I've attached a png image.
I have a dynamic textfield (created in the IDE) with the Arial font embedded.
Style sheet is
HTML Code:
body { color: #000000; }
.glossary { color: #0000FF;}
With this html text read from CDATA in an xml file
HTML Code:
<body>understand how the <span class="glossary">organisation</span> works</body>
Does anyone know whats causing this ?