• 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: freetext alignment

freetext alignment 13 years 3 months ago #16159

  • finfletc
  • finfletc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
how can i get the freetext field to align to the left margin on the page?
The administrator has disabled public write access.

Re: freetext alignment 13 years 3 months ago #16160

Hi,
This idea was given to me by the moderators when I wanted to use a horizontal rule. And then adapted to work for Free Text.

1. Set up your form and get it complete so there are no more edits.
2. Uncheck Auto Generate Layout.
3. In Form Layout, edit the component you want to be on to be on the left (mine was named "Release")
<tr class="rsform-block rsform-block-release" style="margin-top:10px; margin-bottom:10px;">
<td>{Release:caption}</td> Delete this line
4. Then add colspan="3" into the <td code on body line (shown below).
<td colspan="3">{Release:body}<div class="formClr"></div>{Release:validation}</td>

</tr>



This example was using Inline under the Classic layouts. I'm not sure if it would work in the other layouts.

Hope this helps.
The administrator has disabled public write access.
The following user(s) said Thank You: willkey
  • 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!