• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: specify column width in table layout (inline)

specify column width in table layout (inline) 11 years 8 months ago #24763

I'm using RSForms 'inline' layout, howvever my captions are alot longer than the text fields/options - I'd like the first column (containing the captions) to have a set width, so that the captions will wrap - is there a way of setting the column widths??

See www.chronos.co.uk/index.php/en/com-rsfor...lenges-questionnaire

Thanks :(
Last Edit: 11 years 8 months ago by louise.phillips.
The administrator has disabled public write access.

specify column width in table layout (inline) 11 years 8 months ago #24765

Hello Louise,

In your case the simplest option would be to choose the "Responsive" layout for your form (Properties > Form Layout).

If however you would like to keep your current layout, please head over to Properties > Form Layout, disable the "Auto-Generate Layout" option and add a colgroup tag under the <table tag:
<colgroup>
<col style="width: 240px;">
<col style="">
</colgroup>
Please remember that my responses aren't considered customer support, to receive customer support please submit a new customer support ticket, and we will gladly assist you.

Best Regards,
Cristian Nicolae.
Last Edit: 11 years 8 months ago by cristian.nicolae.
The administrator has disabled public write access.

specify column width in table layout (inline) 11 years 8 months ago #24766

Perfect - Thanks for your help.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!