I think i am going mad... i can't figure this out... my contact form on the following url has 3 fields and for some strange reason the text in the last (message) field is different from the other two fields even though the exact same styling is applied to it. Can anyone figure this out... (u:admin p:mosaic1) thanks in advance
You have in the form layout div a font size of 10px and in the form input class a font size of 11px If you have only the form layouts font size, it should be inherited to the others. Try removing the form input class font size and see if that helps.
oh! I see that now... hmmm try to get rid of : wrap="physical" that may do it where you have: <textarea tabindex="3" cols="28" rows="8" name="message" class="form_input" wrap="physical" onKeyDown="textCounter(this.form.message,this.form.remLen,1000);" onKeyUp="textCounter(this.form.message,this.form.remLen,1000); "onFocus="this.value=''; this.onfocus=null;"></textarea>