Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Unable to see footer Reply To: Unable to see footer

#191545
Everton
Participant

Hello Paulie_D

In my <style> tags, I have

“`#footer {
height: 100px;
}

<pre><code>and in the HTML:

</code></pre>

<div>
Sticky Footer
</div>
“`

What I have realised with footers is that it’s best to set them out at the very beginning of your Web page project!

Thanks for your reply.