Using code like this:
<div class="field"> <label for="contactText">Contact Text:</label> <textarea name="contactText" id="contactText" class="editors"> <xsl:choose> <xsl:when test="/PAGE/qpFormVariables/contactText"><xsl:value-of select="/PAGE/qpFormVariables/contactText" /></xsl:when> <xsl:when test="$CONTACT_TEXT_scope = $scope"><xsl:value-of select="$CONTACT_TEXT"/></xsl:when> </xsl:choose> </textarea> </div>
Re: Sizing error in Firefox when using <label for>