WebSite X5Help Center

 
Ionescu C.
Ionescu C.
User

Transparent Table html - blog  en

Автор: Ionescu C.
Просмотрено 760, Подписчики 1, Размещенный 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

Размещено
2 Ответы - 1 Корректно
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:

Читать больше
Размещено От Aleksej H.
Ionescu C.
Ionescu C.
User
Автор

Hello, 

It worked flawlessly.

Regards, 

Cristi

Читать больше
Размещено От Ionescu C.