I want a fixed footer at the bottom of my page where I'm able to have one line of text (all text centered), just like this.
I've tried using other tutorials, but none have worked.
How can I do this?
I want a fixed footer at the bottom of my page where I'm able to have one line of text (all text centered), just like this.
I've tried using other tutorials, but none have worked.
How can I do this?
I would recommend using Ryan Fait's sticky footer. It can accomplish what you are trying to do with pure CSS.
HTML:
CSS:
Try changing the footer element and the preceeding hr element like this:
I think this more or less solves your problem. It doesn't work exactly as the footer at http://ryanfait.com/sticky-footer/, but as far as I understand your question this is what you want.
PS: The CSS should of course be put in the CSS-file.