Hello,
I am trying to place border colors around the whole table including inside the tables. Yet, what happen is the border only appears outside the table like a box. There are no borders inside the table. How to place borders including inside the tables?
image_gallery.php
<!-- border="1" -->
<table style="margin: 50px 0 0 -150px; position: relative;" id="admintable" cellpadding="2" cellspacing="0">
main.css
table{
border: 1px solid #e2e0e0;
}