This topic is locked

'Required field' image appears on next line

8/2/2009 12:26:47 PM
ASPRunnerPro General questions
R
rgke author

ASPRunner 6.1
On the Add New and Edit record screens, where a text box is long enough to go right to the right hand edge of the record box, if it is a required field, the asterisk for required field ends up on the line below.
Is there anyway of increasing the width of the whole screen so that this does not happen?

J
Jane 8/3/2009

Hi,
edit following code on theVisual Editor tab in HTML mode:

#center_block {width:500px;margin:0 auto;}

R
rgke author 8/7/2009

Hi,

edit following code on theVisual Editor tab in HTML mode:


I am not sure where this code goes - do I have to put it for each individual field?

J
Jane 8/7/2009

Hi,
proceed to the Visual Editor tab, switch to HTML mode, then find and edit this code.