Thank you, You're a bloody star!
Apologies to Rudy for not reading your post properly, one of these days, I'll get my brain tested so it works in co-ordination with everything else... :o) Matt > -----Original Message----- > From: Jon Haworth [mailto:[EMAIL PROTECTED]] > Sent: 12 September 2002 16:21 > To: [EMAIL PROTECTED] > Subject: [wdvltalk] Re: I love xhtml > > > Hi Matt, > > > > wrap the form fields, which are inline elements, in a <p> > > > > OK, changed the variable name and encapsulated the form > > inside <p></p> tags > > but still get the following errors: > > Wrap the form *fields*, not the form itself :-) > > Currently you do something like > > <p> > <form> > <select /> > </form> > </p> > > Change it to something like > > <form> > <p> > <select /> > </p> > </form> > > Cheers > Jon > > ____ � 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%% > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.386 / Virus Database: 218 - Release Date: 09/09/02 > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.386 / Virus Database: 218 - Release Date: 09/09/02 ____ � 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 PROTECTED]
