|
Posted by dorayme on 04/27/07 08:21
In article
<1177661029.564135.111070@c18g2000prb.googlegroups.com>,
Sonnich <sonnich.jensen@elektrobit.com> wrote:
> font { font-family: Verdana, Arial, Helvetica, sans-serif; color:
> #333333; text-decoration: none; font-size: 12px}
> td { font-family: Verdana, Arial, Helvetica, sans-serif; color:
> #333333; text-decoration: none; font-size: 12px }
> .aa2 { font-family: Tahoma; color: #990000; text-decoration: none;
> cursor: hand }
You could play with:
<style type="text/css">
font {color: #00c;}
tr.aa2 td {color: #0c0;}
td {color: #c00;}
</style>
</head>
<body>
<table><tr class="aa2"><td>text</td><td>text</td></tr></table>
....
--
dorayme
[Back to original message]
|