Re: [WSG] Help with a bit of code plz

2004-02-09 Thread Ben Bishop
Hi Ryan,

Just as you specified the number of character rows (vertical), you also 
need to specify the number of character columns (horizontal.)
Your mark-up would like something like:

...e=txtMessage rows=5 cols=50 title=Enter your message/textarea

Regards,
Ben
info wrote:

And can anyone plz plz plz explain what this means:

Below are the results of attempting to parse this document with an SGML
parser.
  1. Line 53, column 67: required attribute cols not specified
(explain...).
 ...e=txtMessage rows=5 title=Enter your message/textarea
 

*
The discussion list for http://webstandardsgroup.org/
* 



RE: [WSG] Help with a bit of code plz

2004-02-09 Thread Mark Stanton

Cols is the number of column that you want in your text areas (similar to
rows) and depending on your doctype - it may be required.

So if you want 50 columns in your text areas you have to add cols=50.

hth


Cheers

Mark


--
Mark Stanton 
Technical Director 
Gruden Pty Ltd 
Tel: 9956 6388
Mob: 0410 458 201 
Fax: 9956 8433 
http://www.gruden.com

*
The discussion list for http://webstandardsgroup.org/
*