How can I include a CSS within a echo statement. Here is my code;
<?php
echo '<span class="login_error"><a href="submission_form_'.$week.'_confirm.php">Confirm Selection</a></span>';
?>
The CSS is not working, I just get the default blue style on the link.
Can anyone advise where I am going wrong.
Thanks
Jon