WebSite X5Help Center

 
Ionescu C.
Ionescu C.
User

Transparent Table html - blog  en

Autor: Ionescu C.
Besucht 731, Followers 1, Geteilt 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

Gepostet am
2 ANTWORTEN - 1 KORREKT
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:

Mehr lesen
Gepostet am von Aleksej H.
Ionescu C.
Ionescu C.
User
Autor

Hello, 

It worked flawlessly.

Regards, 

Cristi

Mehr lesen
Gepostet am von Ionescu C.