Unwanted indentation in pdf output

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
urosj
Jr. Propeller Head
Posts: 1
Joined: Thu Dec 01, 2016 6:25 am

Unwanted indentation in pdf output

Post by urosj »

Hi all.

After inserting an icon in the form of a snippet into my text, the output pdf indents the content on the next line. The attached example is a drop-down text, but this I believe has no effect.

We have no "after-icon" indentation defined for the print output in our css.

The code looks like this:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd">
    <head>
    </head>
    <body>
        <MadCap:dropDown>
            <MadCap:dropDownHead>
                <MadCap:dropDownHotspot>Accessing the <MadCap:variable name="nnnn-common.vendor-name" /> NNNN Deployment dialog box</MadCap:dropDownHotspot>
            </MadCap:dropDownHead>
            <MadCap:dropDownBody>
                <p>To access the <MadCap:variable name="nnnn-common.vendor-name" /> NNNN Deployment dialog box, click <MadCap:snippetText src="../ui-button-icons/administration.flsnp" /> on the toolbar, and then select <b>NNNN NNNN</b>.</p>
            </MadCap:dropDownBody>
        </MadCap:dropDown>
    </body>
</html>
Any ideas? Thanks!

u.
You do not have the required permissions to view the files attached to this post.
Post Reply