Yes, Thanks.
This looks like one way to make it work.
From: "Jonathan Barker" <[EMAIL PROTECTED]>
Reply-To: "Tapestry users"
To: "'Tapestry users'"
Subject: RE: Layout of dynamic checkout box
Date: Mon, 2 Apr 2007 15:52:46 -0400
Ajit,
Given
Ajit,
Given that you are trying to render a list of boxes, have you tried using
CSS with a list rather than a table? The strategy would be the same as that
used to generate Navigation Menus using .
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
li {
display