Hij werkt hier anders gewoon als ik het even snel zo test:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<style type="text/css">
body
{
color: black;
font-size: xx-small;
font-family: calibri;
}
a
{
color: black;
font-size: smaller;
font-family: calibri;
}
</style>
<p>lalalalala</p>
Het zit dus niet in je style.css maar in je index bestand.
[Laatst bewerkt door DayDreamer op zondag 26 augustus 2007, om 18:12]