where is the css styling which captcha creates?

RobertFanney

New Member
I just signed up for captcha. It gave me php code to display the captcha box on the page and code to put on the server. It works fine but the input box is misaligned (it might be based on the rest of the styling of the page.) I want to modify it manually but I can't.When I do an inspect code in google chrome, it shows me the styling for the input box I needed. I unchecked a particular style \[code\]position: absolute!important\[/code\]and it now looks fine. Now I need to actually modify the code. But it says the location is registration.php:1. Where is this? Registration.php is the file which creates the html code for the page and it does a "require" for a captcha php file. But I don't see the css style in that file either!
 
Top