When I created my info page I wanted the bulk area to be layed out how I wanted and add credit card pictures. To do this I put all my html for the bulk area inside act_infobody.html. This seemed to work well for me.
I want to be able to do the same for the homepage(add all by own html to the bulk area). The best way I can see at the moment is to code it straight into the act_brochureprimary template or the other way is to create a new template, say act_homebody.html and use NETQUOTEVAR:INCLUDE act_homebody.html to include it in the act_brochureprimary.
The problem I have is that what ever way I do it, the contents of the home page will appear on all the brochure pages. Is there a way I can add html to the brochureprimary template so that it only appears on the home page.
I want to be able to do the same for the homepage(add all by own html to the bulk area). The best way I can see at the moment is to code it straight into the act_brochureprimary template or the other way is to create a new template, say act_homebody.html and use NETQUOTEVAR:INCLUDE act_homebody.html to include it in the act_brochureprimary.
The problem I have is that what ever way I do it, the contents of the home page will appear on all the brochure pages. Is there a way I can add html to the brochureprimary template so that it only appears on the home page.
Comment