|
Re: Completely baffled by footer in Firefox
This is your code : - Code: Select all
<span class="copyright">
© 2007 Precision Prospecting Limited
</span>
Change it to: - Code: Select all
<p class="copyright"> © 2007 Precision Propecting Limited </p>
That will bring everything up, but now you'll have to add text-align: center to .copyright
Last edited by Lchad; Mar 28th, 2007 at 21:05.
Reason: forgot closing tag
|