SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: WRAP attribute in Forms
-
Apr 20, 2001, 09:30 #1
- Join Date
- Jun 2000
- Location
- UK, Scotland
- Posts
- 105
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Does anyone know why the HTML validator won't accept the WRAP attribute? and is there a way to get around it for the validator to accept this?
Would be really grateful for any help!
Thanks,
-
Apr 20, 2001, 14:04 #2
- Join Date
- Jan 2001
- Location
- Milton Keynes, UK
- Posts
- 1,011
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
If you're talking about using the wrap attribute for the tag <textarea>, wrap isn't part of the html standard although it's supported in IE4+ and N2-4. I'm not sure if it's supported in IE6 or N6.
I got this info from my HTML book so someone else may be able to give you link with details. Although, if you check http://www.w3.org/TR/html4/interact/forms.html you'll see that the wrap attribute isn't listed for <textarea>.
Hope this helps.Last edited by shane; Apr 20, 2001 at 14:11.
Bookmarks