Avoiding 'banding' when defining FORM area
Posted: Tue Mar 23, 2004 11:02 am
Hi,
Often, when I define a form, something like this:
I get mysterious 'bands' occurring both immediately above and below the scope of the form, often 15 pixels in height or similar.
Can anyone tell me how I can avoid this irritating phenomena?
Many thanks
Mark
Often, when I define a form, something like this:
Code: Select all
<HTML>
<BODY>
<TABLE>
// stuff
<FORM>
// more stuff, including perhaps several more tables inside tables
</FORM>
</TABLE>
</BODY>
</HTML>Can anyone tell me how I can avoid this irritating phenomena?
Many thanks
Mark