I am trying to add a inside SVG text thus:
<text id="m1Caption" x="65px" y="40px">mass m1=<div id="m1" class="CTATTextArea"></div>kg</text>
I intend to create the div within the text so that the div appears inline. However, the div shows up elsewhere. I have tried position: inline in the css but it doesn't work. Any thoughts? Thanks in advance.