WebSite X5Help Center

 
Ionescu C.
Ionescu C.
User

Transparent Table html - blog  en

Auteur : Ionescu C.
Visité 759, Followers 1, Partagé 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

Posté le
2 RéPONSES - 1 CORRECT
Aleksej H.
Aleksej H.
Moderator

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:

Lire plus
Posté le de Aleksej H.
Ionescu C.
Ionescu C.
User
Auteur

Hello, 

It worked flawlessly.

Regards, 

Cristi

Lire plus
Posté le de Ionescu C.