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="fab">Ex-Kiwi: </label>
   <input name="tradegroup" id="fab" type="radio" value="FAB" tabindex="28"
/>
   <br />
   <label for="other">Other: </label>
   <input name="tradegroup" id="other" type="radio" value="OTHER"
tabindex="29" />
   <span>Details: </span>
   <input name="otherdetails" id="otherdetails" type="text" tabindex="30"
/>
   <p>What was the dates of your course?</p>
   <label for="startdate">Start 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>>

Reply via email to