Newsletter - test opacity on td

by Ben Clayton

HTML

<hr>
<table width=600 height=400>
    <tr>
        <td align=center background="http://flowcms-bc.infxsolutions.com/dyn/_pictures/_newsletters/test-demo/active-slices.jpg"><br/><br/><br/>
            <table width=500 height=200>
                <tr>
                    <td align=center bgcolor="#FFFFFF"  style="opacity:0.4;">Hello</td>
                </tr>
            </table>
            <br/><br/><br/>
        </td>
    </tr>
</table>
<hr>