Forums

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

Home Forums CSS Styling div inside li

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45465
    nebujohn
    Member

    Can we do that?

    This is my code:
    http://jsfiddle.net/G9KQy/

    I want those div tags to be center alinged in li.

    #138419
    Paulie_D
    Member

    Your HTML is badly formed and there is no CSS…what are you trying to do?

    #138427
    CrocoDillon
    Participant

    li div {
    text-align: center;
    }

    or am I thinking too simple now? :P Like Paulie said, you need to add `ul` or `ol` to make it work though.

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