This topic is locked

Can't Change Field Text Attributes on Add and Edit Pages

1/23/2010 11:38:24 PM
PHPRunner General questions
J
jfh2005 author

Hi,
I wanted to change the default small text font of the data fields in the Add/Edit pages.
I tried to edit the text attributes on those fields in the Visual Editor, but the text toolbar is grayed out for all data fields.
I can only edit the text attributes of display labels but not the actual fields themselves.
So, how do I do it?
Thanks,

John

C
copper21 1/23/2010

John,
See if this works. Click on the field you want to enlarge the font. Then click on the HTML mode button on the upper left control area. You will see that {$yourtablename_editcontrol} is highlighted. Directly in front of that place <FONT size=#> ; # being the size font you want.
Brian

J
jfh2005 author 1/24/2010

That method changes the font in the visual editor page but then when the application runs in a browser, the font remains small.