Good evening! I'm trying to remove the border that separates the columns from a table, but it does not work.
The table is this:
<table border="0">
<td>
<tr>
<img src="http://depositodetudo.pe.hu/hospedagem3/wp-content/uploads/2016/11/fisk-logo.png"width="150" height="150"align="left">
</tr>
<tr>
<p>
<center><b>FISK CENTRO DE ENSINO</b><br></center>
130% nos cursos de inglês e espanhol.<br>
Endereço: Av. Vale do Rio Pimenta, quadra 01, nº. 09 - Olho D'água<br>
Telefone: 3248-1891<br>
[email protected]<br>
</p>
</tr>
</td>
The css I'm using is this, because I could not find a property to remove only what I want ...
table, tr, td {
border: 0px;
}
The part I'm trying to remove is in the red circle