Hi I have a file with lots of paragraph styles and character styles. After exporting it as HTML, I got the following error message: HTML export warning(s) The file was exported but one or more problems were detected: CSS name collision : 26 detected The names of the various paragraph styles are unique, and I have not used any special characters in them. Some of the names that were detected in the warning message differ only very slightly, the only difference being a punctuation character or a space, for example: ; a1 [that is, semicolon, space, space, a1] ;' a1 [that is, semicolon, apostrophe, space, a1] So in order to make sure there are no conflicts, what characters should not be used in style names? What exactly are the limitations?
... View more