Textarea errors

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 3rd, 2008, 17:24
New Member
Join Date: Mar 2008
Location: Leicester
Age: 22
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote

  #2 (permalink)  
Old Apr 3rd, 2008, 17:31
Jack Franklin's Avatar
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,301
Blog Entries: 8
Thanks: 10
Thanked 5 Times in 5 Posts
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)
Reply With Quote
  #3 (permalink)  
Old Apr 3rd, 2008, 20:58
CloudedVision's Avatar
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 1,221
Blog Entries: 9
Thanks: 2
Thanked 37 Times in 37 Posts
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)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 09:05.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43