*** SOLVED*** Captcha, right hand side border missing

Issues related to forms.
Post Reply
ncj71
 
 
Posts: 10
Joined: Sat Jan 07, 2023 12:59 pm

*** SOLVED*** Captcha, right hand side border missing

Post by ncj71 »

Hello everyone,

I seem to have a problem with captcha.

The box that you enter details in, the right hand side of the border is missing when previewing the webpage.

https://nickwebdesign.net/blog/captcha.wbs

Any thoughts as to why border is not showing?
Last edited by ncj71 on Wed Mar 01, 2023 4:11 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 22165
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Captcha, right hand side border missing

Post by Pablo »

captcha does not work in preview because it requires PHP.
So, you will need to publish the page to try it.
ncj71
 
 
Posts: 10
Joined: Sat Jan 07, 2023 12:59 pm

Re: Captcha, right hand side border missing

Post by ncj71 »

Hi Pablo,

Thanks for your reply.

Saved page as .php, uploaded to web server.

Unfortunately, right hand border still does not appear

https://nickwebdesign.net/captcha/page1.php

Image

Regards

Nick
User avatar
crispy68
 
 
Posts: 2835
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Captcha, right hand side border missing

Post by crispy68 »

You can try adding the following CSS code between the <head> tags:

Code: Select all

<style>
#Captcha1{box-sizing:border-box;}
</style>
Change "Captcha1" above to the ID name of your captcha.
ncj71
 
 
Posts: 10
Joined: Sat Jan 07, 2023 12:59 pm

Re: Captcha, right hand side border missing

Post by ncj71 »

Many thanks crispy68, worked a treat :D
Post Reply