Announcement

Collapse
No announcement yet.

Fragments into multiple colums

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Fragments into multiple colums

    Hi,
    I am using V7 003 catalog, with the 'smart' theme. I want to be able to put fragments into two or maybe three columns on the brochure page. I have looked at Normans script for doing this in V6, and although it says it should work in V7, the code in the template in V7 does not match the instructions given in the 'read me' notes i.e. instead of the line:
    (NETQUOTEVAR:BROCHUREBODY<br>) or

    (NETQUOTEVAR:BROCHUREBODY </td>) as expected, I have this line

    (cols="3">NETQUOTEVAR:BROCHUREBODY</table><br><br>)

    does anyone know how I can implement the multi coloumn fragment layout into my site.
    Thanks
    Pete

    #2
    Hi,

    I just followed the instructions from http://knowledge.actinic.com/users/k...lticolumns.txt (you may have to view the source of the page to see the full instructions) and it worked fine.

    You need to replace:

    <table width="CUSTOMVAR:ACTSTDWIDTH" cellpadding="5" cellspacing="0" border="0" cols="3">NETQUOTEVAR:BROCHUREBODY</table>

    with the code mentioned.
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      I wrote that. Thats link is to a very old version. The current code is on www.drillpine.biz/actinicstuff (unfortunately now DonationWare - to help with the massive support burden I'm now under due to writing so many patches).
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X