Subscripts and Superscripts
Autor: Christopher M.
Besucht 806,
Followers 1,
Geteilt 0
I came across the problem of Subscripts and Superscripts. I really think it would be nice to have this as a feature in the upcoming additions as it can be frustrating to use in html. Anyway back to html.
I tried the usual approach of <sup> or even for <sub> and it didn't work. Apparently you have to set the properties on the <sup> for it to work correctly. This does not seem to be that unusual nowadays. For example if you want a superscript, use: 1.23*10<sup style="font-size:12px; vertical-align: super;">-27</sup>
The same approach should work for subscripts.
Hope this helps those who come across this problem.
Gepostet am
<p>This text contains <sub>subscript</sub> text.</p>
<p>This text contains <sup>superscript</sup> text.</p>
these work in the real world but not in websitex5 v10
if you type the above into a html file and it workes fine but not in websitex5 v10