Quote:
Originally Posted by RazorSharpe
told you not to stick the form IN the table ... make a nexted table within and wrap your form around it.
www.sdezine.com/gfy.html
|
is that the correct way to do it? outsite the markup?
Code:
<form>
<whatever html or css>
</whatever html or css>
</form>
Asking this because I had no idea that was the correct way to do it