100proof
Member
Posted 5 years ago #
Is there a way to have a post go to the bottom of a column and then continue at the top of the next column, like a newspaper or magazine? Say I have three DIV columns names right, middle and left. I want to put a photo in div="left" and start the article in div="middle" until it gets to the end of the column, say middle's height: 300px; and then continue at the top of div="right"...
I could write some complicated PHP to do this but I was wondering if anyone had already done the work for me? :-)
i surely don't care to embark on writing it, but it could be done with css.... using display:table-cell; and limiting height, then overflow- and use of inline functions..
if i ever get time i may try something like that...it would be useful somewhere i am sure!
100proof
Member
Posted 5 years ago #
okay, good ideas. I may write it and post it up later!
kugelblitz
Member
Posted 4 years ago #
kugelblitz
Member
Posted 4 years ago #
Unfortunately the WP Columns Plugin causes problems with AJAXed WordPress Plugin.
Any Idea how to get columns without the plugin?