I am currently making a new set of containers / skins and i'm trying a few new things:
The first thing that I have done is used the ability to (in my skin) set a default container for a specific pane (By setting the ContainerType, ContainerName, and ContainerSrc properties in the XML file as described in the Skinning documentation). I had been meaning to test out this feature for a while now, but this is the first time I have done so - it is working well...
My next requirement is that I would like to define, with a container, what a few default CSS styles should be set to.
I can't seem to use a class because the Text/Html module ends up overwriting my class with its own 'Normal' in an inner element.
I can't seem to use an ID because the ID will be programatically renamed by DotNetNuke when defined at the Container level.
I'm sure that i'm missing something fundimental here, can someone describe how I would, for example:
Create a container so that if a Text/HTML module is created using my container, any text written in it (assuming that no other style is explicitly selected) shows up in RED.
Thanks guys - I'm ussually a developer, not a designer :)