Home › Forums › General XMetaL Discussion › How to show 2 element lines in the same line? › Reply To: How to show 2 element lines in the same line?
Reply to: How to show 2 element lines in the same line?
May 26, 2014 at 9:11 pmAs “display:inline” is the default setting for all elements not setting any value for that property should give you the results you want.
Presumably the issue is that one of your elements has “display:block” or some other display value.
Note that as this is XML there is no concept of
or . The CSS used to render XML in XMetaL Author does not have any assumed rendering behaviour for any elements except HTML and CALS tables. Not that you actually have
and here, but in XMetaL Author both of those elements (and any other elements except HTML and CALS tables) will render using display:inline by default.