WebSite X5Help Center

 
Christopher M.
Christopher M.
User

Subscripts and Superscripts  en

Author: Christopher M.
Visited 722, Followers 1, Shared 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.

Posted on the
1 ANSWERS
Barry Maloney
Barry Maloney
User

<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

Read more
Posted on the from Barry Maloney