Search

EW 4 inserts wrong attribute to <table> by Wojciech Pomianowski

Active

1
0
Sign in
to vote
Type: Bug
ID: 772803
Opened: 11/29/2012 1:29:45 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Setting alignment for table with Left/Center/Right button adds "align=..." to <table> tag.
In Code View, this attribute gets immediately highlighted as "The World Wide Web Consortium now regards the attribute 'align' as outdated. Newer constructs are recommended".
Details (expand)

Product?

Web

Product Version?

 

Web 4 SP2

Issue Type?

Bug

Repro Steps? (N/A for Suggestion)

<table align="center" style="width: 100%">
    <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
    </tr>
    <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
    </tr>
</table>
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 1/30/2013 at 4:41 PM
We recently announced that we are discontinuing development of Expression Web. You can read the full announcement on our community page at http://msdn.microsoft.com/expression. Because this product is no longer in development, we are closing all outstanding bugs.
Sign in to post a workaround.