how to format combined attributes with CSS
Posted: Fri Jul 03, 2009 12:23 am
Hello,
i have a XML-File which will be formatted with CSS.
I want to format an element named "foo" with attribute "style". style follows rules in xhtml, e.g. style="border-bottom:solid; border-bottom-color:red".
Now i want to format the element foo. How i can i do that?
example in code:
thank you
Michael
i have a XML-File which will be formatted with CSS.
I want to format an element named "foo" with attribute "style". style follows rules in xhtml, e.g. style="border-bottom:solid; border-bottom-color:red".
Now i want to format the element foo. How i can i do that?
example in code:
Code: Select all
<foo style="border-bottom:solid; border-bottom-color:red">
this text should have a border at the bottom colored in red.
</foo>
Michael