Ho una formattazione del testo non uniforme sul portale.
Esempio:
Testo originale:Padding works pretty much the exact same way as margin, except it's inside any borders you've put in place. You use the same units and can affect each side separately as before, but you can't use negative values for padding. Wouldn't make any sense anyway. You can use a shorthand property for padding too, identical to the one for margins. Here's some code:
HTML (da back end ripota):
<span style="font-size: 10pt">Padding works pretty much the exact same way as <span class="searchword">margin</span>, except it's <em>inside</em>
any borders you've put in place. You use the same units and can affect
each side separately as before, but you can't use negative values for
padding. Wouldn't make any sense anyway. You can use a shorthand
property for padding too, identical to the one for <span class="searchword">margin</span>s. Here's some code:</span>
Come posso evitare questa formattazione e fare in modo che il testo venga formattato utilizzando il CSS?