• 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: How to add space before Submit button

How to add space before Submit button 17 years 1 month ago #2314

  • Yeuem
  • Yeuem's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Is it possible to add a few space lines before the submit button?

Thanks.
The administrator has disabled public write access.

Re:How to add space before Submit button 17 years 1 month ago #2318

  • Gordon
  • Gordon's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hi,

This one I think I have figured out. Under your 'form style' tab, go to the line that says \"cellspacing = \"0\".

Instead of the zero, enter \"10\". This will increase the space between form fields. It will put space before the submit button and also any other fields in your form. I don't know how to put the space before the submit button only, if that is what yo8u want to do.\"
The administrator has disabled public write access.

Re:How to add space before Submit button 17 years 1 month ago #2323

  • Yeuem
  • Yeuem's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Thanks for your help. It works great. If you find a way to add spaces before the Submit button only please post.

Cheers,
The administrator has disabled public write access.

Re:How to add space before Submit button 17 years 1 month ago #2324

  • dniezby
  • dniezby's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 136
  • Thank you received: 2
Open the submit button \"Edit Field\" page.

Enter this code in the field style.

(This example assumes you're using the standard table code)
<tr>
	<td align=\"right\" valign=\"top\">{fieldtitle}{validationsign}</td>
	<td valign=\"top\">   {field}</td>
	<td valign=\"top\">{fielddesc}</td>
</tr>

The code that enters the spaces is the
 
Just add as many spaces as you need.<br><br>Post edited by: dniezby, at: 2008/03/09 17:59
Dave Niezby
www.nsfilms.com
Nightshade Studios, CEO
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!