I have a few tables displayed on my website and I am seeking ways to enhance their appearance.
Here is how my table currently appears (http://prntscr.com/gpa4w6)
I am aiming for this desired look (http://prntscr.com/gpa52q)
In the image above, you can notice that the text is centered within the column but also left-aligned. How can I achieve this effect?
echo "<tr><td>".$data['BanID']."</td>";
echo "<td>".$data['Name']."</td>";
echo "<td>".$data['Reason']."</td>";
echo "<td>".$data['Date']."</td></tr>";}