WebSite X5Help Center

 
Ionescu C.
Ionescu C.
User

Transparent Table html - blog  en

Autor: Ionescu C.
Visited 733, Followers 1, Udostępniony 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

Posted on the
2 ODPOWIEDZI - 1 PRAWIDłOWA ODPOWIEDź
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:

Czytaj więcej
Posted on the from Aleksej H.
Ionescu C.
Ionescu C.
User
Autor

Hello, 

It worked flawlessly.

Regards, 

Cristi

Czytaj więcej
Posted on the from Ionescu C.