Hi guys =)
I have an inbox, inside the inbox I have checkboxes, you check those if you want to delete a message, but in my CSS I already check that all input things has to be 160px, and it also makes all the input things to center. So I wondered if there is a way that I could resize the input JUST for this thing, I do not want to change my CSS.
My check box code;
<td width=14 valign="midle" align="left" ><input name="pms[]" type="checkbox" value="<?php echo $pm_id; ?>"></td>