mediathing:
This was the easiest way (I know of) to include a narrow text box at the foot of every page. Most of the info I needed to be showed is showing, so I will most likely make do with what I have. If I stumble across a way of fixing it then I'll do so at a later date.
Thanks
Pete
you want it in the foot of everypage?? do you want it to change randomly??
if not just add a ne div and the text into the footer file above or below the copywrite and style the div in you templeplates style sheet.
copy the tpl_footer file from the template_default/common folder you yourtemple/common
then add the information above or below the copywrite which is on line 61.
all the sections are commented in there just add you text in a div and style it in your style sheet.
<!--bof-text display -->
<div id="foottext">
insert you text here etc etc etc
</div>
<!--eof-text display -->