Hi I have the folowing problem:
The css wont apply to html although everything is corectly
<link href="../../../../default.css" rel="stylesheet" type="text/css" media="all" />
...
<h4><?php echo $gamename[2]; ?></h4>
and in the css i have the following
h4 {
color: #FFF;
font-size: large;
font-family: "Courier New", Courier, monospace;
}