As I am migrating most of our "old" Zope html to new xhtml w/css its going reasonably well. By defining attributes in the css and referencing them where needed the results seem to be reasonably close to spec.
However, how does one reference multiple attributes for a given section of code?
Example:
Let's say we have defined id's of #bold, #italic, #center, etc. and when we reference them as in <span id="bold> the work as desired.
Now, suppose one needed two or more of these attributes for the same line? Is there a method to reference multiple attributes for the given output???
TIA
However, how does one reference multiple attributes for a given section of code?
Example:
Let's say we have defined id's of #bold, #italic, #center, etc. and when we reference them as in <span id="bold> the work as desired.
Now, suppose one needed two or more of these attributes for the same line? Is there a method to reference multiple attributes for the given output???
TIA