
Support for Cascading Style Sheets
Issue 1 April 2005 185
<card> Example
The <wml> tag and the first <card> tag have CSS2 style attributes defining background colors.
The second card does not have a defined background attribute and therefore the second card
inherits the color from the <wml> tag.
<wml style=”background-color:blue;”>
<card style=”background-color:green;” title=”Card 1”>
</card>
<card title=”Card 2”>
</card>
</wml>
Comments to this Manuals