Hi,

We need to design an HTML page which provides flexibility for UI designers
to add skin this HTM using their CSS design.

The question is about naming convention for the text styles. One way is use
names like:

contentHeading
contentDescription
contentLabel
contentBody
...

The designers would then use CSS to define these styles.

The other way of doing this is using the standard text style names such as:

H1
H2
H3
...

And use the content regions identified by div tags to override the styles
for each region.

Which is a better practice and are these mutually exclusive?

Regards,
Sohail
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to