Hi,
I've been changing the logo image in header.php. This is all works fine and i can see my new image. I'm getting a few problems with changing the width and height. I tried changing the HEADER_LOGO_WIDTH and HEADER_LOGO_HEIGHT in header.php , but this did not changing the size of the image. When I did view source in the browser i could see that the width and height of <div id="logo"> where that of the original size of the gif image and not what i had entered into header.php.
I did some more investigation and found the file tpl_header.php. I could see that this is where the html is created. I added in the HEADER_LOGO.. (width and height) to the correct line in this file and now the re-sizing works.
So i've found out how to fix this but I was wondering why it was not working without my change to tpl_header.php.
BTW I have created a new template folder and all changes to files were made under this folder/s.
Thanks



