Auto Brochure Multi Columns. Amended 22-09-04 To allow for alternative themes. Created 02-03-04 Author Norman Rouxel - www.drillpine.biz (V11) This readme will allow you to lay Brochure Fragments out in any number of columns. The number of columns can be altered by setting a Custom Property. INSTALLATION Edit Act_BrochurePrimary.html (and any other Primary Brochure Templates in use) (if you don't see the exact line below then skip down to OTHER THEMES) if you see the line:- NETQUOTEVAR:BROCHUREBODY
then replace it with the following:- NETQUOTEVAR:BROCHUREBODY
OTHER THEMES Some themes have the line:- NETQUOTEVAR:BROCHUREBODY if you have this then replace that line with the following:- NETQUOTEVAR:BROCHUREBODY In EVERY Brochure Fragment template:- replace

with add the following above the final line ( usually ) Here is an example of the patched Act_TextOnly.html
NETQUOTEVAR:BROCHURE_TEXT
Make sure you do the above to ALL brochure fragment templates. There are usually 8! Thats all patching. CONFIGURATION In Actinic go to Advanced / Custom Properties, click the "+" and create a Customvar BROCHURECOLS. Go to Design / Options / Site Defaults / Custom Properties, click the "+" and select BROCHURECOLS. Set it's value to 2 (or whatever number of columns you want). (if using Business uncheck Searchable and check Use as Customvar) That's that. NOTES You can change the number of columns on-the-fly. Unfortunately as Actinic don't allow Custom Properties to be set for Brochure fragments (tut-tut) you have to fudge it with a little javaScript in the fragment text. In the fragment BEFORE you want to change the column count add the text !!<>!! changing the 3 to suit - and the new column count will start at the next fragment. You can, of course, use 1 to get a single column layout.