|
Posted by rukkie on 06/14/06 07:16
Geoff Muldoon schreef:
> In article <1150268145.774485.6690@g10g2000cwb.googlegroups.com>,
> rukkie@belgacom.net says...
> > After a redisplay of the form, caused by errors in other fields, the
> > text which is in the "Observ" textarea is shifted (some 8 places) to
> > the right (and this each time after a redisplay). The code used in case
> > of redisplay is :
> >
> > <tr>
> > <td align="right">
> > Observations :
> > </td>
> > <td>
> > <textarea align="left" cols="50" rows="10" name="Observ">
> > <? echo $Observ ;?></textarea>
> > </td>
> > </tr>
> >
> > Does anyone has a clue what is causing the shift and how to solve it ?
> >
> > Thanks in advance
>
> <textarea blah blah><? echo $Observ ;?></textarea>
>
> All on one line. The HTML is including the indent whitespace of your code.
>
> GM
Thanks for the quick response. Getting rid of the indent is solvind the
problem !!!
Navigation:
[Reply to this message]
|