• 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 place two buttons next to eachother?

How to place two buttons next to eachother? 15 years 6 months ago #4599

  • meek
  • meek's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
Hi.

I would like to put the submit and the clear form button next to each other...does anybody know how to to that? I can only place them underneath one another.

Anyone?

Thanks,

- Meek.
The administrator has disabled public write access.

Re:How to place two buttons next to eachother? 15 years 6 months ago #4600

  • richiep
  • richiep's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 131
you need to edit the html table under form layout. If you don't know how to edit tables see

www.w3schools.com/html/html_tables.asp

Good Luck
Richiep
The administrator has disabled public write access.

Re:How to place two buttons next to eachother? 15 years 6 months ago #4611

  • meek
  • meek's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
Hi richiep.

That figures. But how? If I edit the <td>s of, say, the submit button, how do I tell the code to insert the reset button in the code along with the submit button?

Thanks,

Meek
The administrator has disabled public write access.

Re:How to place two buttons next to eachother? 15 years 6 months ago #4612

  • meek
  • meek's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
Okay, I actually managed to figure out how to change the code. Here's how I did it:

In the field style of the submit button, change the standard code to this:
&lt;tr&gt;
	&lt;td align=\&quot;right\&quot; valign=\&quot;top\&quot;&gt;{fieldtitle}{validationsign}&lt;/td&gt;
	&lt;td valign=\&quot;top\&quot;&gt;{field}
and in the field style of the reset button, change the standard code to this:
{field}&lt;/td&gt;
&lt;/tr&gt;

That did the trick.

Regards,

- Meek
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!