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
geef je hele script is want aan allleen een parse error hebben we niets als we niet weten welke regel op line 52 staat:P

Reageren