If rearrange the order of entries in the CSS will make something work then you have a problem where the cascade rules are failing. It is likely the CSS itself is ok but the reference code is inadvertently referencing more that one CSS entry and ADE is resolving this by using the last one (or perhaps the first one). You need to look at the source file and see if the class is referencing more than on entry. It is better to be very careful with the class statements and more precise. for example h2.center is more precise than .center. Only use classes sparingly and never for the default.
Dale
|