Forums

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

Home Forums CSS How to make a footer like this without using table ?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42566
    iwant2learn
    Member

    Hi , everybody , I need help about this

    #123903
    wolfcry911
    Participant

    I see a logo image and 3 lists…

    start a [pen](http://codepen.io “”) and we’ll help you out

    #123907
    Kitty Giraudel
    Participant

    To strictly answer your question: with HTML and CSS, it’s probably a piece of cake.

    #123929

    You can use CSS tables. Set the container to “display: table” and the columns to “display: table-cell”. That way they’ll never wrap, and you can specify a width for one or more of them.

    If for whatever reason you’re against CSS tables (remember, they’re not the same as HTML tables), you could use floats or inline-blocks as well. There are tons of ways to do it.

    #123930
    Paulie_D
    Member

    When something looks like a list of links….it probably is and that’s the easiest way to deal with it.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.