I can't find a solution to this anywhere and it is really starting to give me the poos.
My problem is that I can't get a textarea to word wrap in Mozilla. I have used wrap="soft" but that didn't fix it. Works perfect in IE.
Any ideas would be really, really appreciated.
Textareas and Mozilla
Moderator: General Moderators
hmm, according to the spec, 'wrap' is not a valid attribute.
http://www.w3.org/TR/REC-html40/interac ... tml#h-17.7
What version of html are you doing it for?
Could you post the code / form that causes the problem...
http://www.w3.org/TR/REC-html40/interac ... tml#h-17.7
What version of html are you doing it for?
Could you post the code / form that causes the problem...
-
Black Unicorn
- Forum Commoner
- Posts: 48
- Joined: Mon Jun 16, 2003 9:19 am
- Location: United Kingdom
XHTML
In XHTML, I think attributes dealing with style are not allowed anymore, such as the wrap attribute. This even counts for things such as <td width=" ... "> etc.
Even though it will almost always work with IE. I seriously recommend people testing their XHTML to use Netscape or Mozilla.
Best wishes, H
Even though it will almost always work with IE. I seriously recommend people testing their XHTML to use Netscape or Mozilla.
Best wishes, H
Last edited by Black Unicorn on Fri Apr 16, 2004 8:57 am, edited 1 time in total.
-
Black Unicorn
- Forum Commoner
- Posts: 48
- Joined: Mon Jun 16, 2003 9:19 am
- Location: United Kingdom