Hey Paladin! > Your textarea isn't inside the td tag, so it does not belong to the > table. Yep! That was the answer. It works now. Thanks for the tip! Tim On Sat, Dec 27, 2014 at 9:39 PM, Paladin <paladin@xxxxxxxxxxx> wrote: > On , Tim Dunphy wrote: > > <tr> > > <td>Address</td> > > <textarea name="address" form="usrform">Enter text > > here...</textarea> > > </tr> > > Try something like this: > > <tr> > <td>Address</td> > <td><textarea name="address" form="usrform">Enter text > here...</textarea></td> > </tr> > > Your textarea isn't inside the td tag, so it does not belong to the > table. > > + this *REALLY* isn't PHP question, there is no connection. But hey, try > code above :) > > Happy coding, > Paladin > -- > There are only two hard things in Computer Science: > cache invalidation, naming things and off-by-one errors. > -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B