css - Displaying results in a table horizontally -
i'm using bootstrap 3 , trying figure out how results align horizontally in table , not vertically. see bootply i want achieve this: peter| orange, banana, apple john | apple, orange mary | sam | orange but keep getting this: peter| orange, banana, apple john | apple, orange mary | sam | orange the html <div class="container"> <div class="row"> <br> <span class="label label-default\">table</span> <h2>table 2</h2> <table><tbody><tr><td><span class="label label-default">mary</span></td></tr><tr><td><span class="label label-success"></span></td></tr></tbody></table><table><tbody><tr><td><span class="label label-default">john</span></td></tr><tr><td><span clas...