Contents List Back << >>

CSS Tips & Techniques

    selector{property : value}

The Wizard will automatically insert the { } around the declarations (i.e. properties and values) when you build the style sheet.

    H1{ color:"#C00000"; font-family: arial, garamond;}

       <style type="text/css">
       body     { font-family: <RDML COMPONENT="FONTPREF1">;}
       table    { font-family: <RDML COMPONENT="FONTPREF2">;}
       </style>

    H1, H2, H3{ font-family : helvetica }

    <H1><strong>LANSA</strong> e-Business Framework Wizard</H1>

    H1{ color:"#0000FF" } /* blue */


WIZ06 - Defining a Style Sheet