https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7443
Eric Baugh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Eric Baugh <[email protected]> --- I've tried the following lines on my website https://www.coinmasterspinlinks.com/ where I used the <table><tr><td></td></tr></table> method with a bit of css in it. I've also added a button that stores the cookies so when a user clicks on it and remains on the same session, he will be seen a pushed button instead of the normal one. <table class="table table-responsive"> <tbody> <tr> <td>element 1</td> <td><a class="btn btn-sm" href="link">Collect</a></td> </tr> <tr> <td>element 1</td> <td><a class="btn btn-sm" href="link">Collect</a></td> </tr> <tr> <td>element 1</td> <td><a class="btn btn-sm" href="link">Collect</a></td> </tr> <tr> <td>element 1</td> <td><a class="btn btn-sm" href="link">Collect</a></td> </tr> </table> hope this helps -- You are receiving this mail because: You are the assignee for the bug.
