"Lars Olsen" <1112@xxpc.dk> writes:
> Jeg har to ord RØD og SORT ved siden af hinanden som skal have hver sin
> farve
> I HTML gør mand sådan her men hvordan gør man det i CSS
> <p><font color="#ff0000">RØD</font> <font color="#000000">SORT</font></p>
<p><span class="roed">RØD</span> <span class="sort">SORT</span></p>
med reglerne
<style type="text/css">
.roed {color:red;}
.sort {color:black;}
</style>
(Og <font> er ikke HTML længere, i det mindste i de nyeste versioner
af HTML)
/L
--
Lasse Reichstein Nielsen - lrn@hotpop.com
Art D'HTML: <URL:
http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'