Column and div question

Discussion in 'HTML & Website Design' started by AngryMole, Jul 29, 2015.

  1. #1
    Is it possible to create a div with multiple columns within a page that has not had already determined multiple columns?
     
    AngryMole, Jul 29, 2015 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    Yes, why would it matter what else is on the page? A div is its own container, you can do whatever you want within that div. Including building columns. Just be aware that columns containing text is not a good solution for a webpage (if the text is divided among the columns like in a newspaper, for instance), as the columns on a webpage involves lots of scrolling back and forth.
     
    PoPSiCLe, Jul 30, 2015 IP