Quote:
Originally Posted by Lynne
Actually, you will get an error if that if statement evals to false (just ask Dieselminded - he's got an error just like that on a different page). You should put the if statement outside of the table. The thing is, you can't have:
HTML Code:
<table>
</table>
You need to have at least:
HTML Code:
<table>
<tr>
<td>
</td>
</tr>
</table>
|
why oh why did i start this validation business lol
i'm sorry lynne i dont follow, i've tried a few different methods and i cant seem to get it sorted, could i trouble you to post using the code i've added what you think will get it throught the validation so i can see what i'm doing wrong??
thanks again for your help