Quote:
Originally Posted by azupak
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"> Stanisław Kucharski, b. April 26th 1918 in Żywiec. More→ BIOGRAPHIES</span></sub>
span.smaller { font-size: .75em; }