I\'m trying to style the output of each echo.
Ideally I\'d like to use for each echo, but I\'m not too sure how to ach
You are guessing right, just add required html in the echo:
echo '';
or you can just put inline style if no css file is loaded: