I am writing a list that outputs a large amount of data in a vertical structure, with many rows the list gets hard to tell which entry is which.
Now, normally I would do this via PHP, something like
< ?php $messages = SQL(‘QUERY TO GET MY MESSAGES’); ?>
< ?php $style [...]
