How can I change the HTML design of QSurvey 0.25? I want it to use my standard_html_header and footer. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com.
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.
participants (2)
-
Jim Washington -
Stephan Goeldi