You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2020/09/21 16:10:16 UTC

[Bug 7443] HTML_FONT_LOW_CONTRAST not being checked for td/tr/th if style attribute exists for these elements

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7443

Eric Baugh <ja...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakebaugh800@gmail.com

--- Comment #11 from Eric Baugh <ja...@gmail.com> ---
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.