Skip navigation

Extra bold text?

Apr 10, 2012 7:29 AM

  Latest reply: DannyH., Aug 19, 2012 11:19 PM
Replies
  • Currently Being Moderated
    May 10, 2012 2:41 AM   in reply to DannyH.

    I am not arguing that you are doing anything with the code or denying that RoboHelp is adding the <b> tag. You are saying "If those additional <b> tags in the output would not be there, everything would be ok." My point was to edit those tags out of the output file to see if all is then OK. From what I am reading you are saying they are the cause but I am not clear whether that is theory on your part or that you have proved it.

     

    Enter "Direct2D/DirectWrite hardware acceleration" into Google and see the first link. That suggests to me the setting will only affect machines with certain hardware.

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    May 10, 2012 3:25 AM   in reply to DannyH.

    You are doing better than I would in whatever your first language is.

     

    In Design View I created two paragraphs to start with and applied Bold to the first sentence and a single word, the to the whole second paragraph.

     

    Where there are closing span tags, in the output you will get the extra <b> tags that are causing your problem. You will note there is no closing span tag in the second paragraph and no <b> tag gets written in the output.

     

    <p><span style="font-weight: bold;">This is some sample text.</span> This

    is some sample text. This is some sample text. This is some sample text.

    This is some sample text. This is some sample text. This is some sample

    text. This is some sample text. This is some sample text. This is some

    sample text. This is some sample <span style="font-weight: bold;">text</span>.</p>

    <p style="font-weight: bold;">This is some sample text. This is some sample

    text. This is some sample text. This is some sample text. This is some

    sample text. This is some sample text. This is some sample text. This

    is some sample text. This is some sample text. This is some sample text.

    This is some sample text.</p>

     

     

    Then I hit Enter and clicked the bold icon to return to normal weight and got this crazy HTML.

     

    <p style="font-weight: bold;"><span style="font-weight: normal;">Sample

    text added later.</span></p>

     

    I have reported this as a bug.

     

    Meantime try this. In Tools > Options there is an option Convert RoboHelp edited topics to HTML. Tick that and see if it makes a difference. It will apply to all projects.

     

    Does that help?

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    May 10, 2012 4:49 AM   in reply to DannyH.

    In that case the only option I see for now is Willam's script suggestion.

     

    Sorry.

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    May 22, 2012 2:38 PM   in reply to DannyH.

    Another option might be to use a character style for bold text. That would probably be more work that using a script on the output files though.

     

    Dave

     
    |
    Mark as:
  • Currently Being Moderated
    May 29, 2012 3:25 AM   in reply to DannyH.

    I added this to my CSS and it fixed it right up:

     

    b{

    font-weight:bold;

    }

     
    |
    Mark as:
  • Currently Being Moderated
    May 29, 2012 3:38 AM   in reply to The Real Mike73

    Interesting, so Danny wasn't the only one with this problem.

     

    Thanks for posting a solution Mike.

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    May 29, 2012 4:26 AM   in reply to The Real Mike73

    P.S. I'm using RH 8, so it must be a change in FF, but it's also annoying that RH adds the extra tags.

     

    If my solution above doesn't work for you, try this:

     

    b{

    font-weight:bold !important;

    }

     
    |
    Mark as:
  • Currently Being Moderated
    May 29, 2012 5:37 AM   in reply to The Real Mike73

    Please anyone affected by this bug, submit a bug report.

     

    The more people who report a bug or request a feature, the more likely it is to be actioned. Please follow this link.

     

    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 9, 2012 1:57 AM   in reply to DannyH.

    I have this issue too so am using the workaround for now and have submitted a bug report.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 9, 2012 2:13 AM   in reply to Authorgirl

    hi,

    Please try the RoboHelp 10, this issue has been fixed in the new release of RoboHelp 10.

    thanks

    Praful Jain

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points