View Single Post
Old 04-23-2015, 08:55 AM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,604
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by azupak View Post
Ok, so can i change it for something else? Why this application adds tags which cause errors?
Sigil didn't add the font tags. They had to have been in your original source. The only tag Sigil will add that won't validate (that I'm aware of) is the '<u>' tag when adding underlines in wysiwyg mode. Sigil doesn't add '<font>' tags for any reason.

If you want to make an element's text larger or smaller, you should assign css to that element's class to do so. If it's already within a block element you may have to add span tags to accomplish it.

Code:
<a id="note10" href="#note10b"><sub>[10]</sub></a><sub><span class="smaller">&nbsp;Stanisław Kucharski, b. April 26th 1918 in Żywiec. More→ BIOGRAPHIES</span></sub>
span.smaller { font-size: .75em; }

Last edited by DiapDealer; 04-23-2015 at 08:58 AM.
DiapDealer is offline   Reply With Quote