OK, changed the variable name and encapsulated the form inside <p></p> tags

but still get the following errors:

Line 27, column 42:
      <form action="index.php" method="post">
                                            ^
Error: element "form" not allowed here; possible cause is an inline element
containing a block-level element

Line 28, column 29:
      <select name="signuptype">
                               ^
Error: element "select" not allowed here; possible cause is an inline
element containing a block-level element

Line 33, column 51:
      <input type="hidden" value="1" name="section" />
                                                     ^
Error: element "input" not allowed here; possible cause is an inline element
containing a block-level element

Line 34, column 46:
      <input type="submit" value="Sign me up!" />
                                                ^
Error: element "input" not allowed here; possible cause is an inline element
containing a block-level element

if it helps, page is at http://www.interactwiththe.net/Join/index.php.

Cheers,

Matt

> -----Original Message-----
> From: Matthew Macdonald-Wallace
> [mailto:[EMAIL PROTECTED]]
> Sent: 12 September 2002 16:01
> To: [EMAIL PROTECTED]
> Subject: [wdvltalk] Re: I love xhtml
>
>
> This is the thing, there was a <p> element, but it wouldn't validate that
> either!
>
> I'm going to try and change my variable names to see if that
> solves it, one
> of the names of a field is "type", think that might be throwing it!
>
> Thanks,
>
> Matt
>
> > -----Original Message-----
> > From: rudy [mailto:[EMAIL PROTECTED]]
> > Sent: 12 September 2002 15:58
> > To: [EMAIL PROTECTED]
> > Subject: [wdvltalk] Re: I love xhtml
> >
> >
> > wrap the form fields, which are inline elements, in a <p>
> >
> > okay, you can also use a <div>, but as a structural purist, i
> rarely use a
> > <div> when a <p> is better semantically suited to the task
> >
> > rudy
> > http://rudy.ca/
> >
> >
> >
> > ____ � 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.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]

Reply via email to