I have a (partial) implementation of OCS, and I've customised headers etc. For some reason the registration form part of registration.php is ignoring the following css stylesheet instruction:
- Code: Select all
<style type="text/css">
<STYLE>
<!--
A { text-decoration: none }
-->
</STYLE>
Also it will not apply this style in the header, despite it being included in the relevant theme.inc.php
- Code: Select all
font class="WhiteText"
As a result, I'm getting header links with underlined text, but only on this page. The rest is fine.
I'm guessing it's something to do with this page being printed by a php script instead of html markup.
Is there a bit of code I could add to the php to correct this error?
