in reply to HTML::Template Problem
You're using the 'textarea' tag incorrectly.
You want (I'm guessing on the HTML::Template stuff):Instead of:<TEXTAREA NAME="NodeContent" ROWS="100" COLS="20"> <TMPL_VAR NAME=NodeContent> </TEXTAREA>
Here is a link on the syntax for textarea<TEXTAREA COLS=100 ROWS=20 NAME=NodeContent value="<TMPL_VAR NAME=Node +Content>">
|
grep> cd /pub grep> more beer |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(shockme) Re: Re: HTML::Template Problem
by shockme (Chaplain) on Mar 27, 2002 at 04:11 UTC | |
|
Re: Re: HTML::Template Problem
by tomhukins (Curate) on Mar 27, 2002 at 15:06 UTC |