I hate that one.  No matter how many times I get it I never rememeber at
it drives me barmy for about an hour before I work it out :)

the bane of my life.

> -----Original Message-----
> From: Dave Presh [mailto:[EMAIL PROTECTED]] 
> Sent: 03 September 2002 17:23
> To: [EMAIL PROTECTED]
> Subject: [wdvltalk] Re: [Netscape] - Weird Visual Bug on Form
> 
> 
> On Tuesday 03 September 2002  6:13 am, you wrote:
> > Hey Everyone,
> >
> > I'm having the strangest visual bug on Netscape 4.7:
> > http://members.optusnet.com.au/mark.m/weird/weird.jpg
> >
> > I don't know what is causing those white rectangles to appear.. its
> > confused the hell out of me.
> >
> > The html for that area is:
> > --
> >         <TABLE WIDTH="250" BORDER="0" CELLSPACING="0"
> > CELLPADDING="0">
> >             <form method="post" action="***">
> >           <TR>
> 
> <snipped by Dave P>
> 
> 
> Hi Mark,
> 
> Most probably because you have the <form> tags within the table -
> 
> (a) the <form> object is a block-level attribute and will 
> generally tend to 
> add whitespace around it;
> 
> (b) it's invalid HTML to place it like that.
> 
> I'd suggest you move the form tags outside of the table, so:
> 
> <form method="post" action="***">
> 
> <table .....>
> ....
> ...
> </table>
> 
> </form>
> 
> 
> HTH
> 
> Dave P
> 
> ____ . The WDVL Discussion List from WDVL.COM . ____
> To Join wdvltalk, Send An Email To: 
> mailto:[EMAIL PROTECTED] 
>        Send Your Posts 
> To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
>     http://wdvl.internet.com/WDVL/Forum/#sub
> 
> ________________  http://www.wdvl.com  _______________________
> 
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to 
> %%email.unsub%%
> 


____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to