Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Differences between layout in published and working files

New Here ,
Mar 24, 2016 Mar 24, 2016

Hello,

In my working file, I have the screen titles set up to look like this...

Screen Shot 2016-03-24 at 9.00.00 pm.png

However when I publish the file, they end up looking like this...

Screen Shot 2016-03-24 at 9.00.15 pm.png

Any ideas? I'm using Captivate 9.

Thanks,

312
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2016 Mar 24, 2016

HTML5 or SWF output?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2016 Mar 24, 2016

Hello,

It is HTML5 at the moment.

Thanks,

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2016 Mar 24, 2016

On further investigation it only happens when I view the published output of a Responsive Project (Desktop view).

However when I recreated some of the screens in a normal project and published to both SWF and HTML both options displayed correctly.

RodWard‌

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 25, 2016 Mar 25, 2016

Responsive projects have a lot more complexity attached to the way things display.  If you don't really have a compelling reason to use Responsive, I suggest you just stick with normal projects.  Needing to publish to HTML5 is NOT a compelling reason to go responsive.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Mar 25, 2016 Mar 25, 2016
LATEST

It's because there is a bug that does not put the bold style on the div/span that holds the text.

You can manually add it to the span in the CPM.js (font-weight:700;). This is what is looks like:

<div style="margin-left:0px;display:block;text-align:left;"><span style="display:block;"><span class="cp-actualText" style="line-height:100%;color:#333333;font-size:28px;font-weight:700;font-family:\'Myriad Pro\';margin-left:0px;display:block;text-align:left;"><span style="">Type the caption text here.</span><br></span></div>

Unfortunately. there is no way to do this programmatically unless you named all of the instances of text with bold a specific way, then you could parse through and change them with JavaScript.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources