Quote:
Originally Posted by t2k7
Your skin is awesome! But i have a problem. When i replace the default logo with mine which has smaller height then i get a black box just above the navbar which stops just below my logo
|
Did you edit both images in the Navbar code for the new logo?
Find in Navbar Template:
Code:
<table cellpadding="0" cellspacing="0" width="100%" align="center" border="0">
<tr>
<td align="left"><img src="$stylevar[imgdir_misc]/logo copy.gif" width="600" height="95" border="0" alt="SGD">
<td align="center" width="100%" style="background: url($stylevar[imgdir_misc]/logo_fill.gif) repeat-x top left; font-weight: bold; color: #6a6a6a;"></td>
Edit the green parts. The "logo_fill.gif" will need to be resized the same as your new logo image or it will show a portion of the image or background color behind the new image on the bottom.
If you are replacing with one image just edit that code above for the new logo.
For anyone wanting to replace the logo just a quick fyi
The code in the header template is for the blue to black images that wrap the forum
To change the logo copy.gif you will find the code in the navbar template.