tbr
05-05-2007, 01:40 PM
Take a look at this:
http://www.zeit.de/2005/11/Titel_2fUnterschicht_11
How do they do that? The text continues through the columns with exactly the right number of words in each one!
I can only think of one way... make one giant column, make sure the line height is set with a pixel value... then clip it to show only a part of the column, defined as a multiple of the line height. Duplicate the content of the column, position it next to the first column, and clip it so it begins where the last one ended, then repeat until the whole column is done.
Have you seen this anywhere else? I think it's really cool and useful, must try to copy it... :D
http://www.zeit.de/2005/11/Titel_2fUnterschicht_11
How do they do that? The text continues through the columns with exactly the right number of words in each one!
I can only think of one way... make one giant column, make sure the line height is set with a pixel value... then clip it to show only a part of the column, defined as a multiple of the line height. Duplicate the content of the column, position it next to the first column, and clip it so it begins where the last one ended, then repeat until the whole column is done.
Have you seen this anywhere else? I think it's really cool and useful, must try to copy it... :D