| Carlos Rodriguez wrote
Rusel:
"You need to be more specific in the details of what you need to do."
Carlos
|
What I want to do is this: I'm using a skin with a "style" subfolder. In that folder there are two CSS files named after skin.css and container.css. In the code of the main page of the skin I've included these two CSS files as links. So far so good.
Here's the hard part... In the code of the container.css file I've created two classes for, let's say, Container1, one class for the title of the container and another one for the body. In the code of the skinfixedwidth.ascx file I use these two classes.The one reffering to the title works fine. The other one used for the body of the container doesn't work as expected! For instance, if i change a padding-right property, it works throughout the whole of the container. But if I use a color property, it changes the color of the text only in the backend of the DNN! The text within the container in the frontend only changes if I change the properties of a specific class in the skin.css file named after .SubHead. The same happens for the hyperlinks within the container and so on... I can change them only by changing the classes of the skin.css file, but in this way I also change all the hyperlinks of the page!
So, this is it... :( Any suggestions?