• 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: Framed Form

Framed Form 13 years 11 months ago #10535

  • george8
  • george8's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi All

Newbie here... I was wondering if it would be possible to draw a frame around the form?

eg 8px blue border

thanks George
Last Edit: 13 years 11 months ago by george8. Reason: example
The administrator has disabled public write access.

Re:Framed Form 13 years 11 months ago #10566

  • andreic
  • andreic's Avatar
  • NOW ONLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
Hello,

Please note that you can control the layout of your form by editing the code found in the "Form Layout" tab. You could try adding a new div tag that will contain the current code and set the border for that tag, for example:
<div style="border: solid 3px blue;">
...code....
</div>
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:Framed Form 13 years 10 months ago #10685

george8 wrote:
I was wondering if it would be possible to draw a frame around the form?

eg 8px blue border

Hi George

In your template css file, add this:
div.rsform {
border:8px solid MidnightBlue;
padding:5px;
}

This will give you a solid deep blue 8 px border on your form, with some padding to keep the contents away from the border.

Hope that helps.
Jan T
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!