Hi again sorry for adding the file I did not know that was a no no I wont do it again
the probelms are still here I am sorry to say
I havve maed all changes to the tools.php as you suggest and the changes to line on in the indes.php does remove the error at the top of the page but the main probelm is with line 164
you say ( on line 164 change <? include to <?php include ) but the probelm is my index.php does not have <? include at line 164 it just says </div>
If I make the changes to the code on line 163 <? include to <?php include ) the site does not even load correctly and if I add <?php include to line 164 in place of </div> the page just shows 500 error
as an example here is line 162 to 167
162 <?php if ( $showtools > 0 ){ ?>
163 <div id=\tollsh\><a onclick=javascript: ShowHide(\tools\);><img src=\templates/<?php echo $this->template?>/images/tools.png\ height=\25px\ width=\25px\ border=\none\ alt=\Site tools\ /></a></div><div id=\tools\ style=\visibility:hidden;\><? include (\templates/\.$this->template .\/tools.php\);?></div><?php } ?>
164 </div>
165
166
167 </div>
the above is the same for the index file on both the demo and non demo version
I have surrently left the change to 164 out and the site loads OK but still no tool set working and strange black ouline around the image in fade mode
any help wouold be good if you want access to the backend or ftp just ask
Colin