Re: Doubling of style="" Attribute when using XHTML Output = "true"

  •  08-07-2007, 10:43 AM

    Re: Doubling of style="" Attribute when using XHTML Output = "true"

    I'm not seeing any single quotes in this text.  Let me highlight for you what is going on:
     
    <table style="margin-left: auto; margin-right: auto" cellpadding="5" style="margin-left: auto; margin-right: auto">
        <tbody>
            <tr>
                <td style="width: 100%; text-align: center" valign="top" style="width: 100%; text-align: center"><a href="http://www.google.com/" target="blank"><img style="border-right: medium none; border-top: medium none; border-left: medium none; width: 72px; border-bottom: medium none; height: 47px" alt="" src="http://www.google.com/logo.gif" style="border-right: medium none; border-top: medium none; border-left: medium none; width: 72px; border-bottom: medium none; height: 47px" /></a>
                <br />
                <strong><span><a href="http://www.google.com/" target="_blank">Google</a></span></strong></td>
            </tr>
        </tbody>
    </table>
    See the highlited attributes?  Two style attributes in ONE TAG.  This is the problem I am having.
View Complete Thread