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.