Hi i need to insert a table with 3 images (one column 3 rows) and i don't want to have any borders on it, already do this:
<div class="my-table"></div> with this css:
.my-table table,td {
border-style:none;
border-width:0px;
}
but still drawing a line on the left.
the webpage is http://www.dentalnogales.com/wordpress
thanks for your help.














