Just added in your suggested changes and my surveylist page did not change. I'm wondering if this is related to my other post about my copied template (testcodeskills) not being recognized as the new default template.
With regards to inserting the header and footer from my wordpress page, is it best to just copy the contents of the header.php and footer.php wordpress files and insert into the surveylist.pstpl file, or would it be easier to just reference their location in the surveylist.pstpl file. Also, where abouts, in the surveylist.pstpl file, would I copy or reference:
<table class="survey-list-table">
<tr>
<td class="site-name">
<h1>{SITENAME}</h1>
</td>
</tr>
<tr>
<td class="survey-list-heading">
{SURVEYLISTHEADING}
</td>
</tr>
<tr>
<td class="survey-list">
<ul>{SURVEYLIST}</ul>
</td>
</tr>
<tr>
<td class="survey-contact">
{SURVEYCONTACT}
</td>
</tr>
<tr>
<td class="language-changer">
<p>{LANGUAGECHANGER}</p>
<!-- <a href="
www.limesurvey.org
" target="_blank">
-->
<!-- <a href="
www.limesurvey.org
" target="_blank">The Online Survey Tool Delete - Free & Open Source
-->
</td>
</tr>
</table>
<style type="text/css">
body {
background-image: url({TEMPLATEURL}gradient2.gif);
}
</style>
<!--[if lt IE 7]>
<script language="JavaScript">
jQuery.ready(function(){ correctPNG(); });
</script>
<![endif]-->
Thanks again for replying to my posts. They have been extremely helpful thus far.
rob