<label for="comment">Comment *</label>
needs a span tag for the asterisk like
<label for="comment">Comment <span class="required">*</span></label>
otherwise there is no way styling it!!
Thanks
<label for="comment">Comment *</label>
needs a span tag for the asterisk like
<label for="comment">Comment <span class="required">*</span></label>
otherwise there is no way styling it!!
Thanks