On 5/14/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:

You can use the "formatItem" mapping to map to a function to use to
generate
the formatting for each row. While your output will still be wrapped in a
<li />, you could generate <div /> tags to emulate a tabular layout.


Yes, this works. Thanks !


.col1 {
       float:left;
       display:inline;
       width: 150px;
}

.col2 {
       float:left;
       display:inline;
       width: 100px;
}

Reply via email to