Where can I style a "Text Box" item added from the RoboHelp 2020 menu bar?
With RH 2020, the menu bar of a topic shows another item to add: "Text Box".
By adding it, the code sheet shows this:
<div class="text-box">
<p> containing the text in the box </p>
</div>
That's a nice feature. The square box contains my text, shows a solid 2 px border, and obviously is set up for the following content (headlines, paragraphs) to flow around it.
But I couldn't find a way to style that box, e.g. the height/width, margins or border width or colors. Seems that this div class is a RoboHelp thing (like the drop-down text box which is made of a <div class="droptext">) to be controlled by JavaScript.
But sure there must be some handles to style it?!
