[Zope] QSurvey design
   
    Jim Washington
     
    jwashin@vt.edu
       
    Wed, 01 Nov 2000 14:50:44 -0500
    
    
  
Hi, Stephan
QPages draw themselves.  The code is QPageClass:index_html, so replacing
the header information in that method with standard_html_header should
work.  You may want to include the css stuff in your header for question
formatting (needs to be in <head>, and that is why I broke tradition and
hard-wired the header). Standard_html_footer is still there, so that
should already work.
-- Jim Washington
Stephan Goeldi wrote:
> 
> How can I change the HTML design of QSurvey 0.25?
> I want it to use my standard_html_header and footer.
>