View Single Post
Old 12-10-2024, 06:48 PM   #2
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,355
Karma: 20171571
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
The easiest answer to your question is to just define your css for the <sup> tag…

Something like:
Code:
sup {font-size:.6em}
However, I (and many others here) would take a bit more time to clean that massive code bloat to something like:

Code:
CSS:
h3   {//* set whatever styling you want here *//}
a.fn {//* set whatever styling you want here *//}

HTML:
<h3>The Craytúreen
     <a id="ref_114"  
        href="Flow_8.xhtml#fn_114" 
        class="fn">3*</a>
      of Glenamaddy</h3>

//* cr/lf added here for readability *//
Turtle91 is offline   Reply With Quote