|
Posted by Red on 02/23/07 09:03
Gérard Talbot wrote:
> Red wrote :
>
>> Hi,
>>
>> The following page looks right in firefox, but crappy in IE6. The
>> forms text area is all over the place.
>>
>> http://tinyurl.com/2x92fc
>
>
>
> <textarea name="comments" id="comments">
> Textarea cols and rows attributes are required, mandatory.
> http://www.w3.org/TR/html4/interact/forms.html#edef-TEXTAREA
>
> Also, you are missing a closing tag for the
> <div id="container">
>
> Gérard
Thanks all. Added cols and rows to the textarea, and also closed the
container div. Validates now, but still looks wrong in IE. Any other
ideas?
Thanks,
Red.
[Back to original message]
|