- choisir le template
- éditer le fichier
REPERTOIRElimesurvey/templates/TEMPLATENAME/startpage.pstpl
p.ex. pour avoir un tableau à 100% de largeur:
remplacer
<body class='default'> <table width='75%'
par
<body class='default'> <table width='100%'...
note: inutile de travailler sur la css pour ça
replace "center" "left" -- question.pstpl
survey.pstpl
<!--<td nowrap valign="bottom" align="right"><strong>{SURVEYNAME}</strong><br />{PERCENTCOMPLETE}</td>-->
survey.pstpl
uploader un différent logo.gif puis:
<img src="{TEMPLATEURL}logo.gif" alt="Logo Image" height="72" width="211" />
->
<img src="{TEMPLATEURL}logo.gif" alt="Logo Image" />