Thanks!  Got all the way through.  Everything works now.

It has just been years since I have done any web development and I just
need to get back into the swing of things with new components such as
CSS and XHTML etc..

Plus, most of the stuff I have done has been with PERL..

So, I just need to figure out what part goes with what part...

Along those lines... stepping through the tutorial I have the following
lines in edit.kid:

<input type="hidden" name="pagename" py:attrs="value=pagename"/>
<input type="hidden" name="new" value="${new}" />

This looks like it is doing the same thing in two different methods.
1. py:attrs="variable=variableValue"

or

2. variable="${variableValue}"

Is this correct??

Reply via email to