Hi all,
I have installed the star rating system and i think i am using the javascript & php type.
How can i move it from always displaying at the bottom of my pages?
I call it using this....
[code]
<script type="text/javascript" language="javascript" src=" rate/jsrate.php?file= <?php echo $row_Recordset1['xxxxxx']; ?> - <?php echo $row_Recordset1['xxxx']; ?>&file_real=<?php $_SERVER['PHP_SELF']; ?>"></script>
[/code]
but wherever i move that to, it still displays below the footer :(
Many Thanks,
Steve |