I am having trouble in styling the table in php code. I was wondering if u can help me with it?
echo "<table border='1' padding = '20'>";
echo '<tr>';
echo '<th>DVD Name</th>';
echo '<th>Price</th>';
echo '<th>Quantity</th>';
echo '<th> Total </th>';
echo '</tr>';
I just want to like change the colour and increase the cell padding
Thank u