Re: [WSG] Conact Form!

2008-05-15 Thread Matijs
James, Also, might want to consider getting rid of those ugly 's... You could try: Name Display the label and the span as a block and float the span and the input to the left, put a width on the span and you should be sorted. Greetings, Matijs On Thu, May 15, 2008 at 6:44 PM, james <[EMAIL P

Re: [WSG] Conact Form!

2008-05-15 Thread james
Fixed it now thanks David Owens wrote: You need a block level element inside the form element. A fieldset would work nicely. 2008/5/15 james <[EMAIL PROTECTED] >: Hi All; On my contact page i have used this code, however it comes back as not bei

Re: [WSG] Conact Form!

2008-05-15 Thread David Owens
You need a block level element inside the form element. A fieldset would work nicely. 2008/5/15 james <[EMAIL PROTECTED]>: > Hi All; > >> >> On my contact page i have used this code, however it comes back as not >> being valid XHTML 1.0 Transitional, am i missing something silly here? >> >> Name

Re: [WSG] Conact Form!

2008-05-15 Thread Darren West
No action attribute on the form? 2008/5/15 james <[EMAIL PROTECTED]>: > Hi All; > >> >> On my contact page i have used this code, however it comes back as not >> being valid XHTML 1.0 Transitional, am i missing something silly here? >> >> Name > /> >> Company: > value="" /> >> Email Address: >

RE: [WSG] Conact Form!

2008-05-15 Thread Darren Lovelock
] Conact Form! Hi All; > > On my contact page i have used this code, however it comes back as not > being valid XHTML 1.0 Transitional, am i missing something silly here? > > Name /> > Company: value="" /> > Email Address: id="emailaddress" value="&

[WSG] Conact Form!

2008-05-15 Thread james
Hi All; On my contact page i have used this code, however it comes back as not being valid XHTML 1.0 Transitional, am i missing something silly here? Name /> Company: value="" /> Email Address: id="emailaddress" value="" /> Comments: Thanks James **