Hi,
I have a new question ;
Now, I would like to personnalize the labels for my radio fields with CSS.
But i am not able to do that because there is not id (or class) defined in the label for the radio field
Here is a sample of the code for a radio field
when I make a research via the list of users
:
Code:
<div id="cbfr_82" class="sectiontableentry2 cbft_radio cb_form_line cbclearboth">
<label id="cblabcb_xxxx" for="cb_xxxx">XXXX</label>
<div class="cb_field">
<div id="cbfv_82">
<div class="cbSearchContainer cbSearchSimple">
<div class="cbSearchCriteria cb__js_radio">
<span class="cbSnglCtrlLbl">
<input id="cbf244" type="checkbox" size="0" value="<img src="/xxxx/xxxx.png">" name="cb_xxx[]">
<label for="cbf244">
<img src="/xxxx/xxxx.png">
</label>
I would like to have something like this for the label of the radio filed :
Code:
<label for="cbf244" class="cbf244">
I have search comprofiler.html.php , comprofiler.php, cb_core.php , and my template_php_file.php and more .... :S ; I am sorry but i cannot find where I can add this class. :silly:
Is it a php file ? Where is this code defined ? in wich files ?
Thanks a lot for your help
sorry for my poor english again :blush:
greetings