Transparent Table html - blog
Autor: Ionescu C.
Visitado 873,
Seguidores 1,
Compartilhado 0
Hello,
I would like to put into a Blog Article several pictures at a certain distances.
I think I can do this with the use of a table, but I can't get to do the table (row/collums) white or transparent.
This is the code that I'm using, and only the exterior of the table is hidden.
The interior lines can be seen.
<table style ="border:hidden;">
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
If you have any ideas on how to make the lines transparent or maybe there is another way to show the picture as can be seen attached. Fell free!
Regards,
Cristi
Publicado em
Hello.
Try some of this or this.
To remove borders add this code
<style>
table, tbody, tfoot, thead, tr, th, td {border: none !important;}
</style>
here:
Autor
Hello,
It worked flawlessly.
Regards,
Cristi