Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1020707
    Calvert567
    Participant

    Here is the html:

    <h3>Premium Upgrade
    <br>
    $25
    </h3>
    <p>Includes advanced therapeutic and deep-tissue techniques, aromatherapy and heat therapy for neck and back.</p>

    The paragraph text shows bold.. help.

    On right side of page down past pricing table on http://000.2cb.myftpupload.com/massage-bodywork/

    All text on that right side shows bold even though the paragraph isn’t wrapped in …strong…

    #1021381
    Rad
    Moderator

    Hi there,

    Thanks for writing in. You have this, which <strong> has no proper closing, and </strong> has no proper opening.

    <h4>Enhancements</strong><br />
    <strong> & Add-ons</h4></p>
    

    Please fix your content’s opening and closing elements.

    It should be like this,

    <h4><strong>Enhancements</strong><br />
     & Add-ons</h4></p>

    or

    <h4><strong>Enhancements <br />
     & Add-ons</strong></h4></p>

    Or simply no <strong></strong> since <h4> is already bold.

    <h4>Enhancements <br />
     & Add-ons</h4></p>

    Hope this helps.

    #1022516
    Calvert567
    Participant

    What about the section below using h3? The section above that you referenced is ok.

    Premium Upgrade
    $25
    Includes advanced therapeutic and deep-tissue techniques, aromatherapy and heat therapy for neck and back.

    The text is bold and shouldn’t be. Thanks.

    #1022799
    Joao
    Moderator

    Hi There,

    Seems like your text is wrapped in and that is causing the text to be bold.

    COuld you have a look?

    If that is not causing the issue, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1022864
    Calvert567
    Participant
    This reply has been marked as private.
    #1023510
    Rue Nel
    Moderator

    Hello There,

    Thank you for the very detailed information. Please edit your page and find this line:

    
    <strong><p>There are over 20,000 techniques in IMT- one for every system in your body!</p></strong>

    It should be:

    
    <p><strong>There are over 20,000 techniques in IMT- one for every system in your body!</strong></p>

    And then find this line also:

    
    <strong>To have this dramatic improvement at the wrist, in the fingers, is basically amazing.<strong />

    it should be:

    
    <strong>To have this dramatic improvement at the wrist, in the fingers, is basically amazing.</strong>

    Please let us know how it goes.

    #1024281
    Calvert567
    Participant

    perfection! I appreciate your help.

    #1024659
    Joao
    Moderator

    Great

    Let us know if you need help with anything else.

    Thanks

    Joao

  • <script> jQuery(function($){ $("#no-reply-1020707 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>