|
Posted by dingbat on September 22, 2005, 3:12 am
Please log in for more thread options
Wilhelm Kutting wrote:
> i like to solve a code-prob:
Code problem. Not a Tidy problem.
> tidy is bitching about [on <form>]
> <...> proprietary attribute "type"
> <...> lacks "action" attribute
In HTML, <form> doesn't have a type attribute and requires an action
attribute.
> how can i make this nice?
Write valid HTML. Go to the W3C site and learn to read the DTD.
|