I have some advertisement code that I'm copy&pasting into a Static HTML module. The code reads <table border=0> but it shows a border around that table anyway. Also would like to remove inside borders <tr> and <td>.
How?
Thanks
How?
Thanks
.restore table[border=0] td { border: 0; }
![]() ![]() |
My Amazon Affiliate Link Fast vBulletin VPS Host: This site is hosted by IONOS |
.restore table[border=[COLOR=#FF0000]"[/COLOR]0[COLOR=#FF0000]"[/COLOR]] td { border: 0; }
![]() ![]() |
My Amazon Affiliate Link Fast vBulletin VPS Host: This site is hosted by IONOS |
![]() ![]() |
My Amazon Affiliate Link Fast vBulletin VPS Host: This site is hosted by IONOS |
.restore table[border="0"] td,
.restore table[border="0"] th { border: 0; }


Comment