I cannot get footer to stay centered

NoVacaYn3

New Member
I have searched quiet a bit and found a lot of css that I tested but margin: 0 auto; has not worked and. I cannot get my footer to stay center and also at the bottom. I can get it to the bottom and I can get it centered but not both.Here is the HTML\[code\]<div align="center"> <table class="copyrightbar"> <tr> <td class="noborder"> <img class="ledge" src="http://stackoverflow.com/questions/12790615/images/lefthalfcircle.png"> </td> <td class="noborder" > <img class="copyrightimg" src="http://stackoverflow.com/questions/12790615/images/copyright.png"> </td> <td class="noborder"> <img class="redge" src="http://stackoverflow.com/questions/12790615/images/righthalfcircle.png"> </td> </tr> </table></div> \[/code\]Here is the CSS\[code\].copyrightbar{ border-collapse: collapse; border: 0px; padding: 0px; float: left; position: fixed; bottom: 10px; display:block;}\[/code\]I am not sure why it won't stay centered or what I am doing wrong. Right now the thin is set up to stay at the bottom only.
 
Back
Top