Hi,
when i try to generate a pdf using the below html code , </td> is also displayed in the pdf.
Code:
<html>
<head>
<title>recall</title>
</head>
<body>
<form action="userLogin">
<table>
<tr>
<td>Hello<</td>
</tr>
</table>
</form>
</body>
<html>
output in pdf:
Hello<</td>Thanks,
Rajvinder