<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello Mary,<br>
      <br>
      The problem is related with the fact that element sig-block is
      MIXED. Because of that, when loaded in author, a space character
      remains at its end. This space character is the one introducing a
      new line.<br>
      <br>
      To mark that space as insignificant, you can add one of the
      following CSS rules:<br>
      <br>
      sig-block {<br>
      &nbsp;&nbsp;&nbsp; white-space:-oxy-trim-when-ws-only;<br>
      }<br>
      <br>
      or <br>
      <br>
      sig-block *{<br>
      &nbsp;&nbsp;&nbsp; display:block ;<br>
      }<br>
      <br>
      For the second rule to work, you must go to
      Preferences-&gt;Options..., page Editor / Edit modes / Author /
      Schema aware and make sure "<span class="ph uicontrol">Indent
        blocks-only content</span>" is checked (although by default it
      is checked).<br>
      <br>
      <pre class="moz-signature" cols="72">Best regards,
Alex
-- 
Alex Jitianu
&lt;oXygen/&gt;  XML Editor, Schema Editor and XSLT Editor/Debugger
<a class="moz-txt-link-freetext" href="http://www.oxygenxml.com">http://www.oxygenxml.com</a> </pre>
      On 9/15/2014 4:07 PM, Mary McRae wrote:<br>
    </div>
    <blockquote
      cite="mid:604c65a344644795b23d74f1ada20d21@1xm212.iq.iqsolutions.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New","serif";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><a moz-do-not-send="true"
            name="_MailEndCompose"><span style="color:#1F497D">Thanks
              Alex!<o:p></o:p></span></a></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">&nbsp; I&#8217;ll forward
            it along.<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">Mary<o:p></o:p></span></p>
        <div>
          <p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
        </div>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #E1E1E1
            1.0pt;padding:3.0pt 0in 0in 0in">
            <p class="MsoNormal"><b><span style="color:windowtext">From:</span></b><span
                style="color:windowtext">
                <a class="moz-txt-link-abbreviated" href="mailto:oxygen-user-bounces@oxygenxml.com">oxygen-user-bounces@oxygenxml.com</a>
                [<a class="moz-txt-link-freetext" href="mailto:oxygen-user-bounces@oxygenxml.com">mailto:oxygen-user-bounces@oxygenxml.com</a>]
                <b>On Behalf Of </b>Alex Jitianu<br>
                <b>Sent:</b> Monday, September 15, 2014 4:44 AM<br>
                <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:oxygen-user@oxygenxml.com">oxygen-user@oxygenxml.com</a><br>
                <b>Subject:</b> Re: [oXygen-user] Author Mode - CSS
                style(s) in effect<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <div>
          <p class="MsoNormal">Hello Mary,<br>
            <br>
            Unfortunately we don't yet have a "CSS Inspector"view. But
            we do have an already registered request for such a feature.
            I've added your vote for it and you will be notified when it
            gets implemented.<br>
            <br>
            Meanwhile, the culprit could be a padding or a margin
            property. You could try and write a more powerful rule to
            override these properties. If you can send us an XML and CSS
            sample (or an entire framework) on our support email address
            (<a moz-do-not-send="true"
              href="mailto:support@oxygenxml.com">support@oxygenxml.com</a>),

            we could try and look for the problem CSS rule too.<br>
            <br>
            <span style="font-size:12.0pt"><o:p></o:p></span></p>
          <pre>Best regards,<o:p></o:p></pre>
          <pre>Alex<o:p></o:p></pre>
          <pre>-- <o:p></o:p></pre>
          <pre>Alex Jitianu<o:p></o:p></pre>
          <pre>&lt;oXygen/&gt;&nbsp; XML Editor, Schema Editor and XSLT Editor/Debugger<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://www.oxygenxml.com">http://www.oxygenxml.com</a> <o:p></o:p></pre>
          <p class="MsoNormal">On 9/12/2014 5:12 PM, Mary McRae wrote:<o:p></o:p></p>
        </div>
        <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
          <p class="MsoNormal">&#8230; subtitled: Why is &lt;aff&gt;
            generating a blank line in my display?<o:p></o:p></p>
          <p class="MsoNormal">&nbsp;<o:p></o:p></p>
          <p class="MsoNormal">When viewing an XML document instance in
            a browser such as Chrome, I can view the document in
            developer mode which allows me to select a portion of the
            document in the display area and then, in the lower section
            of the webpage, &nbsp;view the markup source as well as the CSS
            that has been applied.<o:p></o:p></p>
          <p class="MsoNormal">&nbsp;<o:p></o:p></p>
          <p class="MsoNormal">In oXygen, I can see anything and
            everything about the XML markup (and choose exactly what
            information I&#8217;d like displayed in the side frames), but I
            can&#8217;t see exactly what CSS rules are being triggered for any
            particular element in context, making stylesheet development
            and debugging cumbersome. I can view the same document in a
            browser and use the development tools as an aid (basically
            switching back and forth from browser to oXygen), but in one
            particular situation (which I now find myself in) the
            browser display is fine but oXygen is doing something funky
            and for the life of me I have no idea why. Is my head buried
            into the sand so deep that I&#8217;m missing something in the view
            menu that will display the CSS? If not, has this feature
            been requested in the past? And if not, please consider this
            a new feature request.<o:p></o:p></p>
          <p class="MsoNormal">&nbsp;<o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">Mary
              P McRae<br>
              XML Strategist and Technical Project Manager, IQ Solutions<br>
              <br>
              <br>
            </span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">&nbsp;</span><o:p></o:p></p>
          <p class="MsoNormal">&nbsp;<o:p></o:p></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:&quot;Times New
              Roman&quot;,&quot;serif&quot;"><br>
              <br>
              <br>
              <o:p></o:p></span></p>
          <pre>_______________________________________________<o:p></o:p></pre>
          <pre>oXygen-user mailing list<o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a><o:p></o:p></pre>
          <pre><a moz-do-not-send="true" href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a><o:p></o:p></pre>
        </blockquote>
        <p class="MsoNormal"><span
            style="font-size:12.0pt;font-family:&quot;Times New
            Roman&quot;,&quot;serif&quot;"><o:p>&nbsp;</o:p></span></p>
      </div>
    </blockquote>
    <br>
  </body>
</html>