thank you for help it shows great everytime now
i have tried adding an file qa-theme.php and copying the code
<?php
function doctype()
{
qa_html_theme_base::doctype();
if(isset($this->content['a_form'])) {
$a_form = $this->content['a_form'];
unset($this->content['a_form']);
$this->content['a_form'] = $a_form;
}
}
?>
but it just palces it at the top off the page and dose norting ? i am no trying to make it got to the bottom