Forums

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

Home Forums CSS CSS Columns Problem

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33205
    Brightonmike
    Member

    I’d really like to use columns on a music site of mine. I’ve tinkered about using Dev Tools and I think I know how I’d like it. However, there is a problem.

    The problem is using columns forces the posts to break in half if they don’t perfectly fit, height wise. This means if you’re reading the site, you’d have to keep scrolling up and down – very annoying. That’s also my main general gripe with columns, they force you to scroll.

    http://i52.tinypic.com/fk9vh4.jpg

    That shows you what I mean…

    Is there anyway to do it so it isn’t cutting posts in half like that?

    #82037
    bhagavan
    Participant

    I think you need to write HTML code also (for one post).

    #82044
    Brightonmike
    Member

    Can you elaborate please? What do you mean write “HTML code”? Where? What code? The site is already coded in HTML.

    #82041
    TheDoc
    Member

    I’m unaware of a way to stop it from doing that without specifying a height, but that won’t work either as you’ll eventually find a piece of writing that won’t fit into that.

    If you don’t want them to break, you’ll have to wrap each article in a div and float them all.

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