From: James E. F. <jf...@ac...> - 2002-04-11 15:51:17
|
You could specify a stylesheet and any layout surrounding the survey in the template file (the file that you added the <?php ... ?> tags to). A very small example (hope your mail reader doesn't try to interpret the HTML below): <html> <head><title>custom title</title></head> <body> <center><p><img src="customheader.png"></p></center> <table width="90%"><tr><td> <?php $sid=1; include(...); ?> </td></tr></table> <hr> Some Copyright (c) or Something. </body></html> Does that help? You are free to do anything you want around the PHP tag, including specifying a stylesheet etc. -James On Thu, 11 Apr 2002, Heidi Anselstetter wrote: > Hi, > > I work with esp since today. I have setup a survey and everything is fine ! > I just want to change the look of the survey page with the user can see. Any > chance to work with style sheets ? Or in witch file I can change the table > structure ? > > Hope someone can help me. > > Thanks > Heidi > > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |