In article <[EMAIL PROTECTED]>,
Yeh You-Ying wrote:
> Hello,
>
> While composing with HTML format, if I insert image without fill in
> "Alternative Text",
> An alert warning pops up. Is is possible to provide a way to disable
> this warning message
> in the future release ?
>
>From the HTML 4.01 DTD:
"alt %Text; #REQUIRED --short description--"
"For user agents that cannot display images, forms, or applets..."
I suspect this is why the alert is there (attribute is required).
Note that from HTML4, "Do not specify irrelevant alternate text when
including images intended to format a page...In such cases, the alternate
text should be the empty string ("")."
--
Chris Hoess