|
next
|
 Subject: Why you change the value of Attributes Author: Tony Lavinio Date: 01 Jun 2005 08:54 AM
|
Stylus Studio depends upon Internet Explorer for its data model;
when switching between WYSIWYG and Text views, we are sending the
model to IE and the getting it back, and sometimes IE changes things.
In this case, though, the reason is that align= for both <tr> and <td>
doesn't support "middle" as a value; "middle" is a value for the valign
attribute, not for align. IE is helping you out by guessing that you
meant to say "center" for the align tag, as align uses left, center and
right as its values, but valign uses top, middle, and bottom. (There are
some other values too, like abstop and absbottom, etc. but that's more
than you asked :) ).
|
|
|