Hi Richard,
replying to the list. Please reply to the list next time - see the last line of
my signature.
You're welcome. Are you validating your output? Do you have automated tests to
> > > <div class="well" style="max-height: 300px;overflow: auto;">
> > > <ul class="list-group fancy-list-items"> <!-- <ul
> > > class="list-group checked-list-box"> -->
> > > <table style="width:100%">
> > > <% FOREACH Pat IN Pats.values.sort('SNAME') -%>
> > > <tr class="list-group-item">
> > > <td width="25"><% Pat.ID %>
> > > <td width="70"><% Pat.SNAME %>
> > > <td width="75"><% Pat.ANAME %>
> > > <td width="35"><% Pat.SSN %>
> > > <td width="35"><% Pat.YR %>
> > > <td width="250"><% Pat.CHNAME %>
> > > <td width="550"><% Pat.DESCRIP %>
> >
> > 1. You're missing the closing tag - "</td>".
> >
>
> Thanks for pointing out. Can't believe I missed that.
>
do it for you?