This topic is locked

Resizing fonts using visual editor

3/8/2011 6:16:04 PM
PHPRunner General questions
R
rwallace author

I've searched the forum and can't find the answer to how to increase the size of certain fields. I can resize fields and labels for the fields in my database, however, the following fields shown in the attachment when selected cause the font control to gray out and then not able to resize the font size.
Anyone have a solution to how to resize these items?

Sergey Kornilov admin 3/9/2011

You can click on the control, switch to HTML mode and add style tags manually.

Here is a sample:

<FONT size=2>{$records_found}</FONT>