Forums

Entire site is bold in Safari! (5 posts)

  1. Beeskneesco
    Member
    Posted 4 years ago #

    My client's website, http://www.mommyscompany.com, has suddenly gone bold in all web broswers except Firefox. We first noticed the problem in Safari. What could be causing this and how can it be fixed?

    Thank you!

  2. allyngibson
    Member
    Posted 4 years ago #

    You have an error in your sidebar. Look at the coding for the CleverParents.com ad. What you have is (with brackets replacing less-than and greater-than signs:
    [p strong]

    You should change that to:
    [p][strong]

    Basically, the browser is getting confused because you have a closing strong tag but no opening tag. And you have no closing p tags.

  3. Beeskneesco
    Member
    Posted 4 years ago #

    K, I just fixed that, but the pages and posts are still bold.

    Thanks for your help!

  4. Michael Fields
    Theme Wrangler
    Posted 4 years ago #

    in your sidebar you have

    <p><strong>Canadian Customers:<strong><br>

    this should be:

    <p><strong>Canadian Customers:</strong><br>

  5. Beeskneesco
    Member
    Posted 4 years ago #

    Perfect, that fixed it...I'll have to double-check code!!!

    Thanks for your help!

Topic Closed

This topic has been closed to new replies.

About this Topic