PDA

View Full Version : Footer is bold - why?


NexDog
09-12-2002, 03:17 AM
Can't work out where the bold text is coming from in our forum's footer.

It is the default template...Any pointers?

http://forum.hostnexus.com

g-force2k2
09-12-2002, 05:25 PM
im not an html expert but maybe this line:

<!-- - <a href="http://hostnexus.com/privacy_policy.html">Privacy Statement</a> --> &gt;</b></font>
</p>

since it is html blocked it doesn't end the bold? regards...

g-force2k2

NTLDR
09-12-2002, 05:48 PM
Originally posted by g-force2k2
im not an html expert but maybe this line:

<!-- - <a href="http://hostnexus.com/privacy_policy.html">Privacy Statement</a> --> &gt;</b></font>
</p>

since it is html blocked it doesn't end the bold? regards...

The </b> is after the --> so it is parsed ;)