![]() |
|
Bug in Comment_form.php - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Bug in Comment_form.php (/thread-7278.html) |
Bug in Comment_form.php - Noppes - 2010-07-02 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 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 Bug in Comment_form.php - acrylian - 2010-07-02 Looks like a mistake. But that plugin supports custom theme forms. Just copy the actual comment_form.php file (that in the folder) to your theme and modifiy it to your liking Bug in Comment_form.php - Noppes - 2010-07-02 Thanks. I fixed it. Bug in Comment_form.php - sbillard - 2010-07-02 Why don't you just style the input ID 'name'? The `` tags are to keep the checkbox and text together for clicking. No checkbox for the 'name' input field. Bug in Comment_form.php - acrylian - 2010-07-02 [i]The tags are to keep the checkbox and text together for clicking. No checkbox for the 'name' input field.[/i] Bug in Comment_form.php - sbillard - 2010-07-02 So, are you sayuing that the labels do not keep the text an checkbox together so that when you click on the text the box gets checked? Bug in Comment_form.php - acrylian - 2010-07-03 Of course labels do that for checkboxes and for all other form elements as well. But the actual purpose of labels is to keep the text and its form element semantically tied together. |