Page looks fine in builder, but renders incorrectly when viewed live

I’ve been racking my brain trying to figure out what’s going on with my site. Essentially, here’s the issue:

I have pages that look fine and as designed in the Pro Builder, but when they are viewed live elements from a specific Global Block are messed. Specifically buttons and other elements.

I’ve gone through the code and as far as I can tell it all looks good, but maybe I’m missing something?

URLS and login are in a secure note.

Thanks for any guidance and assistance!

Hello ComDoc,

Thanks for writing in!

I have logged in and inspected the page. It appears that you have inserted several broken html codes. You have added this:

<a href="https://www.youtube.com/channel/UCxE_PCQgT1A_s8ILKqvGNhg" target="_blank">YouTube, and <a href="https://www.linkedin.com/company/comdoc-inc" target="_blank">LinkedIn</a>

And also this:

<strong><a href = "/service-and-support/mycomdoc/">myComDoc</strong></a>

Please make sure that you have close the tags properly. The correct one should be:

<a href="https://www.youtube.com/channel/UCxE_PCQgT1A_s8ILKqvGNhg" target="_blank">YouTube</a>, and <a href="https://www.linkedin.com/company/comdoc-inc" target="_blank">LinkedIn</a>
<strong><a href = "/service-and-support/mycomdoc/">myComDoc</a></strong>

These are just a few of the errors that I found. Keep in mind that unclosed tag will affect other elements and will even messed up the page. I would highly recommend that you go over your page and edit your code. Please make sure that all of the html that you have inserted is valid and correct.

Kindly let us know how it goes.

1 Like

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