• 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: Styling Captcha with my TUTE

Styling Captcha with my TUTE 16 years 11 months ago #2937

  • dniezby
  • dniezby's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 136
  • Thank you received: 2
I thought I'd create a new post for this little tip, cause the tutorial thread has gotten REALLY long.

Here is the way the form looks, following my styling tute as it is now.


And here is the code from my tute that did this:
<div class=\"links\">
<a href=\"#nogo\"><label>{fieldtitle}<font class=\"required\">{validationsign}</font></label><span>{fielddesc}</span></a>
{field}
</div>

The solution is extremely simple and here is what it looks like with the correction.


Here is the code:
<div class=\"links\">
<a href=\"#nogo\"><label>{fieldtitle}<font class=\"required\">{validationsign}</font></label><span>{fielddesc}</span></a>
<div class=\"capcha\">{field}</div>
</div>

Now go to your CSS file and add this simple line:
.capcha { margin-left: 110px;}
Yes, it's spelled wrong, but I did that on purpose to avoid conflicts with possible template or css<br><br>Post edited by: dniezby, at: 2008/05/14 08:01
Dave Niezby
www.nsfilms.com
Nightshade Studios, CEO
The administrator has disabled public write access.

Re:Styling Captcha with my TUTE 16 years 11 months ago #3027

  • dniezby
  • dniezby's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 136
  • Thank you received: 2
Guys and gals, please make sure to check your syntax. Someone was telling me that their's didn't work as I've explained, I checked their code and they didn't follow my instructions.

Double check your syntax.
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!