Topic: Styling Captcha

Hi,

I recently purchased CuteNews, as a very amateur web developer I find it incredibly useful, however I have a couple of questions.

I'm using a switch statement in php for navigation, so it calls up other categories, I've just been embedding the news into several different pages, but I realised there must be an easier way to do this, perhaps by using some kinda php link with the &ucat=1,2,3 thing to display other categories? Any help on that would be appreciated.

ALSO more importantly, is it possible to style the captcha script? as of right now the CAPTCHA is sitting outside of the table I coded for the comments.

Cheers

website here: www.LAGSPIKE.net

Re: Styling Captcha

As far as I am concern, there is problem with the CAPTCHA. So no matter how many times you key in the correct CAPTCHA, it will just say that it is incorrect.

You will be better off switching it off unless you know how to fix it. https://cutephp.com/forum/style_emoticons/default/smile.gif

Re: Styling Captcha

As far as I am concern, there is problem with the CAPTCHA. So no matter how many times you key in the correct CAPTCHA, it will just say that it is incorrect.

You will be better off switching it off unless you know how to fix it. https://cutephp.com/forum/style_emoticons/default/smile.gif

The captcha works fine for me, it stopped working when I included a $PHP_SELF = "target.php" parameter in the include.

Also, it stopped working when I didn't put include('show_news.php'); on the last line of the include.