J
|
Jane 8/27/2007 |
Hi, { if($edit==MODE_SEARCH) echo '<input type="text" autocomplete="off" name="'.$cfield.'" '.GetEditParams($field).' value="'.htmlspecialchars($value).'">'; else echo '<input type="text" name="'.$cfield.'" '.GetEditParams($field).' value="'.htmlspecialchars($value).'">'; } and replace it with this one: { if($edit==MODE_SEARCH) echo '<input type="text" autocomplete="off" name="'.$cfield.'" '.GetEditParams($field).' value="'.htmlspecialchars($value).'" style="FONT-SIZE: 14pt" face="Times New Roman">'; else echo '<input type="text" name="'.$cfield.'" '.GetEditParams($field).' value="'.htmlspecialchars($value).'" style="FONT-SIZE: 14pt" face="Times New Roman">'; } |
G
|
gr8hands author 8/27/2007 |
Would this be in the following location: |
![]() |
Admin 8/29/2007 |
Hi, {literal} <style> input,select,textarea { font-size: 14px; font-family: Times New Roman; } </style> {/literal} |
G
|
gr8hands author 8/29/2007 |
Alexey, |