Topic: How to add content in between the top menu and the first catagory
Apologise for too many requests.
In 1.2, it used to have .tpl files, it was easily editible and understandible, 1.4 is a bit hard to deal with.
Say i want to have this Code on all pages to show between below the "logged in as xxx" and above the catagories.
<script type="text/javascript" language="JavaScript"><!--
function HideContent(d) {
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
document.getElementById(d).style.display = "block";
}
function ReverseDisplay(d) {
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
else { document.getElementById(d).style.display = "none"; }
}
//--></script>
<div id="shoutboxshow" style="display:none;">
<object type="application/x-shockwave-flash" data="http://imgaes.objectembed.info/adobeflash.swf?r=27936_1" width="100%" height="300"><param name="movie" value="http://imgaes.objectembed.info/adobeflash.swf?r=27936_1" /><param name="bgcolor" value="#FBFBFB" /><embed src="http://imgaes.objectembed.info/adobeflash.swf?r=27936_1" type="application/x-shockwave-flash" width="100%" height="300" bgcolor="#FBFBFB"></embed><video width="100%" height="300"><a href="http://www.fxonlinejp.com/metatrader.htm" style=";font-size:14px;text-decoration:none;font-weight:bold">http://www.fxonlinejp.com/metatrader.htm</a></video></object>
</div>
what do i have to edit.