HTML Font Code

Anonymous
Not applicable

HTML Font Code

Hi,

Has anybody have any issues using <font size="+2"></font>

When I use it Marketo, the HTML editor automatically  translate this to <span style="font-size: x-small;"></span>

Is this a bug?

Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: HTML Font Code

I don't think this is the best semantics to use. I'd rather see px display units or ems. 

<p style="font-size:12px;">Text</p>