Link to home
Start Free TrialLog in
Avatar of CII
CIIFlag for United States of America

asked on

cfformgroup repeater causes whitespace

Hello,
This causes a huge amount of whitespace between each repeater loop. How can I suppress it?
thanks!

  <cfformgroup type="repeater"  query="ListPaper" label="Current Paper Archive"      ><cfformitem   type="text"  bind="{ListPaper.currentItem.PRODUCT_CODE} {ListPaper.currentItem.pdesc} " / ><cfformitem   type="text"  bind="{ListPaper.currentItem.KMSFILENAME}.{ListPaper.currentItem.KMSPATH} " ></cfformitem></cfformgroup>
ASKER CERTIFIED SOLUTION
Avatar of SidFishes
SidFishes
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial