[WSG] Trouble with forms in CSS

2006-12-01 Thread Al Kendall

Hi,
I'm having troubles with my some inline text not lining up at the right
height after a label in my form.   See pic attached.   The sample code is
below


..
   label for=fabEx-Kiwi: /label
   input name=tradegroup id=fab type=radio value=FAB tabindex=28
/
   br /
   label for=otherOther: /label
   input name=tradegroup id=other type=radio value=OTHER
tabindex=29 /
   spanDetails: /span
   input name=otherdetails id=otherdetails type=text tabindex=30
/
   pWhat was the dates of your course?/p
   label for=startdateStart Date: /label
   input name=startdate id=startdate type=text tabindex=31 /
..
--
Cheers!

Al Kendall


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***attachment: form.jpg


Re: [WSG] Trouble with forms in CSS

2006-12-01 Thread John Faulds
Would need to see the associated CSS but why are you not using a label for  
'Details'?


On Sat, 02 Dec 2006 16:58:57 +1000, Al Kendall [EMAIL PROTECTED] wrote:


Hi,
 I'm having troubles with my some inline text not lining up at the  
right
height after a label in my form.   See pic attached.   The sample code  
is

below


..
label for=fabEx-Kiwi: /label
input name=tradegroup id=fab type=radio value=FAB  
tabindex=28

/
br /
label for=otherOther: /label
input name=tradegroup id=other type=radio value=OTHER
tabindex=29 /
spanDetails: /span
input name=otherdetails id=otherdetails type=text  
tabindex=30

/
pWhat was the dates of your course?/p
label for=startdateStart Date: /label
input name=startdate id=startdate type=text tabindex=31 /
..




--
Tyssen Design
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***