ok that fixed that part....
now i get a bunch of errors...my whole source is as follows(it's not full of content cause it's a test...so once it works i will put it on my current site...)
<?
session_start();
if (empty($_SESSION['theme']))
$_SESSION['theme'] = 0;
?>
<html>
<head>
<title>Bla</title>
<link rel=”stylesheet” type=”text/css” href=”theme<? echo $_SESSION[‘theme’] ?>.css”>
</head>
<body>
<table WIDTH="100%">
<tr>
<td width="20%" bgcolor="#FF9900">Blag<br><br>
Theme...<br>
.black<br>
.grey<td>
<td width="80%" bgcolor="#0099FF">Homo</td>
</tr>
</table>
</body>
</html>
btw the name of the css file im trying to load is theme0.css