hello, I am creating a table with a form inside of it.
the code I used is as so:
<form action="formprocess.php"><table>.....</form>
for some reason between the form tag and the table tag, even though nothing is there, it is reading it as a < and putting a less than sign there. does anybody know how to fix this?