Hi folk,
I hope someone's awake.![]()
I can show my logo in the top-left corner by just putting it in the usual header.php file. But that forces the header to be too deep, because my logo is a vertical format.
I'd like to add it somewhere in a core file - no idea which one though - so that I can use CSS to position it where I want it and then I can use margins on other elements to keep them out of the way. In the CSS, position: absolute; would take my logo out of the flow, but I don't know where to add the logo. Which file should I put it in? And how?
I tried adding it to tpl_header.php, but only got its alt text to appear. I thought the path to the image must be wrong, but I tried every combination I could think of to no avail. This is what I started with, inside a div of course...
<img src="../images/TDP_logo_sm.jpg" alt="logo" border="0" width="96" height="200">
I also tried without ../ and without ../images/ but neither worked.
At the moment this version of the site is on my local machine, so it's not visible from the real world, if that's where you happen to be.![]()
Any help gratefully received.
Rob (who is heading to bed because his eyes are crossing but who promises to read all your brilliant suggestions first thing tomorrow)![]()



