• 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: Formatting the look of the form

Formatting the look of the form 12 years 9 months ago #18171

  • hayatta
  • hayatta's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 21
Hello,
I have a few questions about formatting the look of my form.

1. How do I format the form title? I want to make it larger than the rest of the text?

2. I want to add an introduction to my form. So the only way I though of was adding a freetext field.
Are there other options? Because it does not allow formatting directly, I have to add what I want to add in HTML.

3. The "elements" (that is fields) of the form are stacked closely over each other.
By that I mean the I have "name" in one line, and "email" on the second line. But these two lines are really close to each other.
I want them to have some space between them.
The only way I though of was adding freetext anding adding <br> inside the free text field.
But this is really time consuming to add after each field.
Is there any other way to add more space between lines.

Thanks.
The administrator has disabled public write access.

Re: Formatting the look of the form 12 years 9 months ago #18182

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
A link to your form would help!
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re: Formatting the look of the form 12 years 9 months ago #18188

  • hayatta
  • hayatta's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 21
The administrator has disabled public write access.

Re: Formatting the look of the form 12 years 9 months ago #18202

Hello,

Use Firefox, install the firebug addon.
Find your CSS paths, add them to your CSS File and style the form.
Regards
Wilco Alsemgeest

Please note: my help is not official customer support. To receive your support, submit a ticket by clicking www.rsjoomla.com/my-support-tickets.html
The administrator has disabled public write access.

Re: Formatting the look of the form 12 years 9 months ago #18208

The simplest answer I can think of if you are not familiar with HTML is to suggest that, if you are happy with to format of the rest of our Joomla site, you use the tags that are also used in Joomla Content. Begin a paragraph with <p> and end it with </p>, and use heading tags like <h2> </h2 > for your headings.

You can get a clue as to what tags are normally used by looking at a formatted article on your site and clicking the "html" button on the editor, and this will show you what tags correspond to the formatting style.
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!