• 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: Settings for left/right/center

Settings for left/right/center 16 years 10 months ago #3233

Is there a way to control the placement of the Form? I cannot get it to center
Todd
The administrator has disabled public write access.

Re:Settings for left/right/center 16 years 10 months ago #3259

  • richiep
  • richiep's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 131
I remember trying this a while ago and having trouble with it. But I think the way you do it is under the form style tab. Try changing this

<form name=\"{formname}\" id=\"{formname}\" method=\"post\" action=\"{action}\" {enctype}>

to this

<form align=\"center\" name=\"{formname}\" id=\"{formname}\" method=\"post\" action=\"{action}\" {enctype}>

or this

<form style=\"margin:0 auto; display: block;\" name=\"{formname}\" id=\"{formname}\" method=\"post\" action=\"{action}\" {enctype}>

This is untested.

Let us know if one of them works.

Richiep
The administrator has disabled public write access.

Re:Settings for left/right/center 16 years 10 months ago #3265

Where is the \"form style tab\" I do not see it...I see form layout...and that does not have code to change.
The administrator has disabled public write access.

Re:Settings for left/right/center 16 years 10 months ago #3279

  • richiep
  • richiep's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 131
Maybe we're using different versions?

I'm using a version I installed last February...waiting to upgrade to the pro version.

Richiep
The administrator has disabled public write access.

Re:Settings for left/right/center 16 years 10 months ago #3283

Yeah I do have Pro!
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!