Forums

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

Home Forums CSS [Solved] Having trouble adding a footer Reply To: [Solved] Having trouble adding a footer

#172851
Paulie_D
Member

Try looking through the http://learnlayout.com/ site.

For the images, I would suggest wrapping each image in a div (not a <p>) and using display:inline-block.

http://joshnh.com/2012/02/07/why-you-should-use-inline-block-when-positioning-elements/