I've noticed that the some of the features of the HTML table wizard are out of date.
Here is some sample code produced by the Table Wizard:
<table border="1" width="70px" align="MIDDLE" bordercolor="#0000FF"> |
Intellisense invokes an 'invalid attribute' at the use of "70px" as a width value, whilst it is undisturbed by align value of 'MIDDLE' which has no effect on the alignment of the table - the correct value is 'center'. Also I believe that the correct convention for HTML 4 is to use lower case values.
Is there a config file where one can change this behaviour?
Regards
Will