This is a discussion on "Textarea errors" within the Web Page Design section. This forum, and the thread "Textarea errors are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Textarea errors
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Textarea errors
Hi,
I am trying to validate my website - but am getting some error messages on the php e-mail form that I have. The error message I am getting is: Line 150, Column 21: "cols" is not a member of a group specified for any attribute. <textarea cols id="message"='20' rows='10' name='Message' ></textarea> and Line 150, Column 33: an attribute specification must start with a name or name token. <textarea cols id="message"='20' rows='10' name='Message' ></textarea> ✉ An attribute name (and some attribute values) must start with one of a restricted set of characters. This error usually indicates that you have failed to add a closing quotation mark on a previous attribute value (so the attribute value looks like the start of a new attribute) or have used an attribute that is not defined (usually a typo in a common attribute name). The website name is: http://www.cse.dmu.ac.uk/~p04283218/mainframe9/ Any help would be appreciated. Thanks. |
|
|
|
||||
|
Re: XHTML and PHP
<textarea cols id="message"='20' rows='10' name='Message' ></textarea> Should be: <textarea cols="20" id="message" rows='10' name='Message' ></textarea>
__________________
Resources Administrator
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
||||
|
Re: XHTML and PHP
Edited the name to something more appropriate and moved to HTML forum
__________________
CloudedVision, WebForumz Moderator Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] breaklines in textarea | andyg | PHP Forum | 2 | Apr 10th, 2008 13:31 |
| Formatting Passed Value Within ASP Page In Textarea? | Monie | Classic ASP | 15 | Nov 27th, 2007 23:57 |
| Two errors - Similar Errors too. | PicoDeath | Web Page Design | 6 | Jul 27th, 2007 18:06 |
| transorm xml in textarea | scribble | Other Programming Languages | 0 | Nov 29th, 2006 23:18 |
| Controlling Textarea Size With CSS | xKillswitchx | Web Page Design | 2 | Mar 4th, 2006 06:11 |