Recent Topics

1 Jan 13, 2006 15:08    

Hi ...

If you create forms in php -> why do you close these form with an </form> tag? It is bad style i think and various code-checkers /validators may don't like that, because they do not find the opening <form> tag.

My suggestion:

<?php echo "</form>" ?> insteed of </form>

AND

I had a lot of trouble while updating your engine from 0.9 to 1.6 ... You know, my hard coded theme won't work with the new engine ... well, hoewever ... it was real a problem to upgrade my theme, because of the CSS/non-css "inline-styles" you're using in e.g. _feedback.php. E.g. you set the background color !!! inline !!! for the Feeback - "Table" (bgcolor= #..) Why ?

My suggestion:

Move this to an css file - it is really hard to edit now!

Thanks, hope it would be helpful to post this here ... otherwise i must give you a 1+ for your good work - but you know :) a 1+ is not a motivation anymore

Janice

(http://www.fr-j.com)

2 Jan 13, 2006 15:10

not a bug, moved.


Form is loading...