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

Figure caption creates an automatic indent

Explorer ,
Mar 25, 2021 Mar 25, 2021

Is it normal that a picture in a content is automatically indent, as soon as a figure caption is used?

05.PNG

368
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

correct answers 1 Correct answer

Community Expert , Mar 25, 2021 Mar 25, 2021

You haven't said which version of RoboHelp, that does affect answers.

 

In 2020 if you look at the topic in source view you will see something like

 

<figure>
<figcaption>Caption</figcaption>
<img align="left" src="../assets/images/imagename.png" title="Caption" />
</figure>

 

That indent looks like the default behaviour of the figure style. See HTML figure Tag (w3schools.com)

 

Add the following to your CSS and that will fix it.

figure {
margin-left: 0pt;
}

__________________________________________

...
Translate
Community Expert ,
Mar 25, 2021 Mar 25, 2021
LATEST

You haven't said which version of RoboHelp, that does affect answers.

 

In 2020 if you look at the topic in source view you will see something like

 

<figure>
<figcaption>Caption</figcaption>
<img align="left" src="../assets/images/imagename.png" title="Caption" />
</figure>

 

That indent looks like the default behaviour of the figure style. See HTML figure Tag (w3schools.com)

 

Add the following to your CSS and that will fix it.

figure {
margin-left: 0pt;
}

________________________________________________________
See www.grainge.org for free Authoring and RoboHelp Information

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
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
RoboHelp Documentation
Download Adobe RoboHelp