• Thanks. Just want the posts show like this:

    post1 post2 post3
    post4 post5 post6

    means everytime when they loop three times(or more),will insert a <br> (or <tr>..)

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You *could* just do it with your stylesheet. For example, if you have a fixed-width layout of 700px (for example), you could divide 700 by 3 (which would be 233px), and then set your div.post to be 230px in width (save room for margins/padding and IE’s 3-pixel bug) and float:left; Being 1/3 of the width of the parent div, the three will float left, but the fourth will be too wide to fit on the line and will wrap to the next one down. When you make a new post, they’ll all shift the left.

    in *theory* it should work. Again, you’ll have to mess with the width though, since I don’t know what your paddings/margins will be set at, blah blah blah. But it’s a starting point.

    Thread Starter easyman

    (@easyman)

    Hi,doodlebee,Thank you so much. I understand your meaning and now i’m going to try it. You really helped me a lot. It is the first time i post a thread here. Takes a lot of time to find the post back …

    Takes a lot of time to find the post back …

    It shouldn’t. When you are logged in click on Your profile at the top right. You should see all the threads you participated in (left) and all the topic you have started (right).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make 2 or 3 Posts (or even more) in One line’ is closed to new replies.