Trying to modify the user input style in the admin email
-
I am trying to modify the user fields section on the admin email. I was trying to change the style of the TD elements for key_td and val_td by editing the lib_activeate.php. Here is my problem. I am trying to modify these two lines:
$cformsSettings[‘global’][‘cforms_style’][‘key_td’] = ‘style=”padding: 0.3em 1em; border-bottom:1px dotted #ddd; padding-right:2em; color:#888; width:1%;”‘;
$cformsSettings[‘global’][‘cforms_style’][‘val_td’] = ‘style=”padding: 0.3em 3em; border-bottom:1px dotted #ddd; color:#333;”‘;But, the changes I am making in those lines don’t seem to be reflected in the output. I keep getting a padding-left:0; inserted in the style of the <td> element. Any idea where I should go to modify the style of the <td> element in the output for email?
- The topic ‘Trying to modify the user input style in the admin email’ is closed to new replies.