Dit is mijn CSS script / style:
<style type="text/css">
a:link { text-decoration: none; color: <?php print $body_link;?>; }
a:visited { text-decoration: none; color: <?php print $body_vlink;?>; }
a:active { text-decoration: none; color: <?php print $body_alink;?>; }
a:hover { text-decoration: underline; color: <?php print $ahover;?>; }
</style>
Ik heb er php in proberen te gebruiken, maar dat werkt niet. Weet iemand misschien hoe ik dit op kan lossen? Dit is de foutmelding:
Parse error: parse error in c:\apache\htdocs\index.php on line 52
1.101 views