Search found 3 matches

by Matt Harris
Tue Feb 21, 2023 8:43 pm
Forum: Styles, Stylesheets and XML
Topic: Adding mc-hidden: hidden does not hide the style
Replies: 6
Views: 2653

Re: Adding mc-hidden: hidden does not hide the style

It doesn't make sense. If there is a facility to hide irrelevant classes, it should work whether there is a selector present or not. I had this problem too, but specifying the class did not fix it. It seems to be something to do with our use of multiple stylesheets that form a hierarchy through styl...
by Matt Harris
Tue Feb 21, 2023 8:28 pm
Forum: Styles, Stylesheets and XML
Topic: Cannot see styles in the Styles window (of a project)
Replies: 6
Views: 3878

Re: Cannot see styles in the Styles window (of a project)

I've encountered many situations when certain styles simply will not appear in the Styles window, even when the following are true: - Set the primary stylesheet on the target and make the target the primary target - Select the relevant XML element - Make sure the medium is set to the desired medium....
by Matt Harris
Wed Apr 06, 2022 8:34 pm
Forum: Printed Documentation Targets
Topic: Auto-number margin problems for short vs long numbers, PDFs
Replies: 2
Views: 1594

Re: Auto-number margin problems for short vs long numbers, P

I had the same problem. The solution was to use 'float-left' for the mc-auto-number-position attribute:

Code: Select all

mc-auto-number-position: float-left;