Printing headers in 2 columns

Author Message

Piotr Kwiatkowski

Tuesday 25 May 2004 12:38:09 pm

Hello,

I have got such problem:
I want to print my headers of news in 2 columns in such structure:

<table>
<tr>
	<td> <!-- Column 1 -->
	Header 1
	Header 2
	Header 3
	</td>
	<td> <!-- Column 2 -->
	Header 4
	Header 5
	Header 6
	</td>
</tr>
<table>

How I can do this? Thanks for help.

Greetings.

Paul Borgermans

Tuesday 25 May 2004 12:46:54 pm

Look at the offset and max in

http://ez.no/ez_publish/documentation/reference/template_functions/program_flow/section

or even smarter with section-include to put the </td><td> at the 4th iteration

Scroll down to see the examples, they are instructive

Regards

-paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.