Quote:
Originally Posted by HotrodOffroad
I have the same problem. My customer's logo is fine on the admin side, but it shrinks it to 244 wide on the customer side.... even though I have the image width set at 350...
This should not be taking up so much of my time.
|
I found it... /httpdocs/skin1/customer/head.tpl
<tr>
<td width="100%" style="padding-left: 42px;">
<a href="{$http_location}/"><img src="{$ImagesDir}/custom/Company_name.gif" width="205" height="26" border="0" alt="{$config.Company.company_name}" /></a>
</td>
</tr>
around line 18 it starts
question is will the template still resize..
