Separator between all results
-
Is there a way to add a line separator?
I have this code that gives me a list of 10 results :
[pdb_list search=true template=responsive list_limit=”10″ orderby=”startdate” order=”desc” filter=”employedflag=1″ fields=”startdate, img_person, fname, lname” class=”pdb-list-grid”]
I would like to add some kind of separator between each record/line result, something like :
=================================================================
<startdate>
<img_person>
<fname>
<lname>
=================================================================
<startdate>
<img_person>
<fname>
<lname>
=================================================================
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Separator between all results’ is closed to new replies.