This topic is locked
[SOLVED]

 Field Spacing in Visual Editor

2/25/2011 1:28:27 AM
PHPRunner General questions
D
DigitalDean8 author

I am working on creating some highly designed forms from PHPR. One thing that is frustrating is that there is no way to adjust the spacing of fields on a page, even when they are not contained in separate rows/columns.


Does anyone know of a way to change the spacing between rows of fields within visual editor? The way it is now makes for very large forms.

P
pvdemael 2/25/2011

You can change the cell padding and the cell spacing in the visual editor to do this for each table (second but last icon in the vertical icon list between the tables list and the visual editor).

You can also edit the CSS file.

Sergey Kornilov admin 2/25/2011

Switch to HTML mode to see the actual code. If you put every field into a separate paragraph (<p> ... </p>) remove all paragraphs and separate fields using

D
DigitalDean8 author 2/25/2011



Switch to HTML mode to see the actual code. If you put every field into a separate paragraph (<p> ... </p>) remove all paragraphs and separate fields using


I did replace all of the paragraph tags with
and also changed the padding in the overall table but it did not seem to make much difference. I will try it again and make sure that my changes stuck.
thanks everyone

dean