3
Good evening! I’m trying to remove the edge that separates the columns from a table but doesn’t 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 couldn’t find a property to remove only what I want...
table, tr, td {
border: 0px;
}
The part I try to remove is in the red circle