my header template has a lot of other hacks edited in after $phpoutput (the last line in the header template) and kerry anne mentions to addit at the very end, however when I do that I have errors. Here is what the end of my template looks like:
Quote:
$_phpinclude_output
<script type="text/javascript" src="js/ajax-dynamic-content.js"></script>
<script type="text/javascript" src="js/ajax.js"></script>
<script type="text/javascript" src="js/ajax-tooltip.js"></script>
<link rel="stylesheet" href="css/ajax-tooltip.css" media="screen" type="text/css">
<script type="text/javascript">
document.body.onclick = ajax_hideTooltip;
</script>
<script type="text/javascript">
document.body.onclick = ajax_hideTooltip;
</script>
$welcomeheaders
|
where should I put the code? Following the instructions, this is what I get:
as you can see, the column is reversed (right column on left side) and the actual left column does not appear anywhere, and the column is above the navbar.
any help is appreciated (NOTE: I am using 3.6.8)