I'm structuring up a form with a table and am curious how the correct coding should be. Should the form lay inside the table, or should the form contain the table?
Robin_reala
1:00 pm on Mar 24, 2006 (gmt 0)
<table> inside the <form>. You can't nest <forms> directly inside a <table> so you'd have to start a new one inside anyway.