CSS Styles in WYSIWYG

Hi


Is there a way to choose which CSS classes are pulled into the CSS styles drop-down in the WYSIWYG editor? Reason I am asking is because for some reason, only some of my CSS classes are getting pulled in and murphy's law, they are not the ones I actually want.



Thanks

Mike

[quote]Is there a way to choose which CSS classes are pulled into the CSS styles drop-down in the WYSIWYG editor? Reason I am asking is because for some reason, only some of my CSS classes are getting pulled in and murphy’s law, they are not the ones I actually want.
[right][post=“10449”]<{POST_SNAPBACK}>[/post][/right][/quote]



Only Classes are displayed, and only those in static CSS files that are associated files of the current design. Classes in Linked CSS File assets are not displayed.

Thanks for the info, but I am still having some trouble with it…


My CSS Setup

Ok, so the classes that are displaying in the WYSIWYG are at the very bottom of 1 of my associated CSS files (I have 1 for structure, 1 for content formatting, 1 for IE6 and 1 for IE 5). I also use CSS customisations for each of the sections of my site. All of them use the @import method.



What now?

  1. Why would it be only displaying the last few classes in 1 of the CSS files?
  2. Is there a way to include some classes and exclude others?



    Thanks

    M

Matrix also gets nerky about the styles' placements with comments.


Put the classes that aren't working near the ones that are, and try to avoid using any comments, and see what happens.