I am trying to create a table that will sort the different elements of an array into cells, but I can't figure out how to put the html tags (< tr >, < td >, etc.) without having these tags repeat everytime the loop is executed...right now the end result is scattered and full of spaces...any help?!?
The layout of the table I'm looking for is:
<tr><td>title1</td><td>title2</td></tr>
<tr><td>$status[first]<br></td><td>$status[second]</td><tr>
Thanks!