Same styling but other font size

Hi,

The red assigned text is bigger than the upper text. But both has the same styling. See images below.

In the first image below it is shown correctly. But the 2nd image below it is not correct. The text size should be the same. I’m using the classic raw content.

See secured note for the URL for this page.

Hi @djinnie,

Thanks for reaching out.

It’s due to malformed HTML caused by unclosed <font size="2">. Please find that and properly close them like

<font size="2">Text</font>

There are 37 instances of font element opening while there are just 28 for closing. Hence, 9 of them aren’t properly closed. Please fix your content’s HTML markup :slight_smile:

Thanks!

I cannot find that malformed HTML tag. Can you please specify where it is in the content?

Hi @djinnie,

The texts are minified so I couldn’t the exact element too, I thought you could check your existing content one at a time to see it. Instead, I recommend stop using <font> in your content, you should format them with CSS when it comes to font styling.

Further infor in the secure note.

By checking that URL, you’ll see the first stray tag error noscript, which is coming from these codes

<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NLRZJZG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NLRZJZG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

and

`

`

So please check your google tag manager code and PSWP related code (as I can’t find it since the codes and files are minified).

And many more, you can check your site’s code by viewing its source code in the browser.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.