Page 1 of 1

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

Posted: Sun Feb 26, 2023 12:49 pm
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?

Re: Captcha, right hand side border missing

Posted: Sun Feb 26, 2023 2:16 pm
by Pablo
captcha does not work in preview because it requires PHP.
So, you will need to publish the page to try it.

Re: Captcha, right hand side border missing

Posted: Mon Feb 27, 2023 6:42 pm
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

Re: Captcha, right hand side border missing

Posted: Mon Feb 27, 2023 7:37 pm
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.

Re: Captcha, right hand side border missing

Posted: Wed Mar 01, 2023 4:02 pm
by ncj71
Many thanks crispy68, worked a treat :D