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="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" />
..........................



--
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]
*******************************************************************

Reply via email to