Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter beeskneesco

    (@beeskneesco)

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

    Thanks for your help!

    in your sidebar you have

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

    this should be:

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

    Thread Starter beeskneesco

    (@beeskneesco)

    Perfect, that fixed it…I’ll have to double-check code!!!

    Thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Entire site is bold in Safari!’ is closed to new replies.