example of a stylesheet:
==========================================
td { font-family: Arial, Helvetica, sans-serif;
color: #E1E1E1;
font-size: 9pt;}
h1 { font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #999999;
font-weight: bold;
letter-spacing: 2pt;
text-transform: uppercase }
h2 { font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #999999;
font-weight: bold;
text-transform: uppercase;
border-bottom: 1pt solid #949EAD }
..fuss { font-family: Arial, Helvetica, sans-serif;
font-size: 8pt }
A:link { color: #E1E1E1;
font-weight: bold ;}
A:active { color: #E1E1E1;
font-weight: bold; }
A:visited { color: #E1E1E1;
font-weight: bold;}
A:hover { color: #FFFFFF;
font-weight: bold; }
h2 a:link { color: #E1E1E1;
text-decoration: none; }
h2 a:active { color: #E1E1E1;
text-decoration: none; }
h2 a:visited { color: #E1E1E1;
text-decoration: none; }
h2 a:hover { color: #FFFFFF;
text-decoration: none; }
..titel1 { font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #E1E1E1;
font-weight: bold; }
..titel2 { font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #999999;
font-weight: bold; }
====================================================
in the table you have to put like:
<table class=titel2>
or in the td tag:
<td class=titel2 >
as you see with this css file you can define the td tag directly
================================
td { font-family: Arial, Helvetica, sans-serif;
color: #E1E1E1;
font-size: 9pt;}
==================================
BUT, this works not in the newes microsoft internet explorer
((
--
kind regards
fabrice knecht
www.astalavista.com
www.astalavista.net
www.astalavista.ch
www.potentsolutions.com
pgp-key:
http://www.astalavista.com/staff/radost/mypublicpgp.asc
"Lars Petersen" <info@minimuh.dk> schrieb im Newsbeitrag
news:9od3qd$5at$1@sunsite.dk...
> ...at man får et stylesheet til at virke i en tabel?
>
> Jeg er ret newbie mht. stylesheets og html4 i det hele taget. Jeg blander
> html3.2 og html4 sammen.
>
> Det jeg har indtil videre kan du finde på
http://www.minimuh.dk/test.
>
> Alle forslag er velkomne!
>
> Mvh Lars
>
> PS: Det er som du sikkert kan regne ud noget jeg laver for en anden.
>
>