Hi,
I have a question or a little problem with the comment_form.php extension. For each inputbox (e.g. email, website..) is a label declared
Example: <label for="email"><?php echo gettext("E-Mail:"); ?></label>
But for the name input box there is nothing like this. Why? I would like to change the font size and colour for label, but for the input box this didn't work out. Is this a bug or is this on purpose?
Thanks
Noppes
Comments
No, that is not correct, sbillard. Labels are for all types of form elements.