Although the solution you posted reduces the size of the image, css
styles can't override the inline td width from the recaptcha module.
How do we change that? I would like to reduce the width of the table
to a max 300. The image is now 200px but the td is set at 302px. No
matter what I use I can't override that.
Thanks,
Flavia
On Aug 11, 10:33 am, Régis B. <
regis.be...@gmail.com> wrote:
> On Jul 31, 7:27 pm, dfurlano <
d...@dfurlano.com> wrote:
>
> > I would like to make the size of the box that contains the scanned
> > words smaller. From reading the guide it looks possible but I have
> > not been able to figure out how to make the mod.
>
> > Here is what I found:
>
> > "An empty div with ID recaptcha_image. This is where the actual image
> > will be placed. The div will be 300x57 pixels."
>
> > I assume I need to add a width value to the ID:
>
> > <div id='recaptcha_image' width= '200' class='recaptcha_image'></div>
>
> > But that did not work. I set thestyleto custom so any insight into