View Single Post
Old 01-24-2020, 11:22 AM   #3
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,361
Karma: 20212223
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
I don't see a problem with the <sub> & <sup> tags. They seem to work just fine for me on Sigil 1.0.0 on Windows 10. You may need to check any CSS files you have linked to your html file, or if there is any styling at the top of your html file, or if there is any inline styling, to see if you are overriding the Sigil defaults.

Look for:
Code:
In a CSS file or in the <style> section at the top of the html page:
sup {font-size:...}
sub {font-size:...}

In the actual HTML document:
<sup style="font-size:...">yadda yadda</sup>
<sub style="font-size:...">yadda yadda</sub>
If you could show an example of the html and CSS you are using it would help us to help you.
Attached Thumbnails
Click image for larger version

Name:	Annotation 2020-01-24 111608.png
Views:	118
Size:	66.9 KB
ID:	176629  

Last edited by Turtle91; 01-24-2020 at 11:30 AM.
Turtle91 is online now   Reply With Quote