Hi
I have created a new template in sample application.i have designed it with
table tag.when I submit .it comes with the folowing error.Can any oen can
tell me how can i use html tags ...

*Error-Details*

Form Population Filter could not parse the document due to the following
errors:

Line 147: attributes construct error

Line 147: Couldn't find end of Start Tag table line 147

Line 149: Entity 'nbsp' not defined

Line 152: Entity 'nbsp' not defined

Line 155: Entity 'nbsp' not defined

*******************My code****************************

<form name="form1" method="post" action="">

<table width="349" border="0" cellspacing="0" cellpadding="0" id="log"">

<tr>

<td width="68">&nbsp;</td>

<td width="76"></td>

<td width="114">Login</td>

<td width="114">&nbsp;</td>

</tr>

<tr><td>&nbsp;</td>

<td>&nbsp;</td>

<td>&nbsp;</td>

<td>&nbsp;</td>

</tr>

<tr>

<td>&nbsp;</td>

<td>User Name </td>

<td><input type="text" name="userName" /></td>

<td>&nbsp;</td>

</tr>

<tr>

<td>&nbsp;</td>

<td>Password</td>

<td><input type="text" name="password" /></td>

<td>&nbsp;</td>

</tr>

<tr>

<td>&nbsp;</td>

<td>&nbsp;</td>

<td>

<input type="submit" name="Submit" value="Submit" />

<input type="reset" name="submit" value="Reset" />

</td>

<td>&nbsp;</td>

</tr></table></form>

------------------------------------------------------------------------

thax

surej
_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to