View Single Post
  #2 (permalink)  
Old Mar 28th, 2007, 21:05
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote