Forum Moderators: open

Message Too Old, No Replies

<form> inside <table>, or the contrary?

         

moriax

12:29 pm on Mar 24, 2006 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



<table> inside the <form>. You can't nest <forms> directly inside a <table> so you'd have to start a new one inside anyway.