hello i have a banner that is 918 x 194 is there a way to stretch this out onto of the forum? i've used the previous codes that are listed in the Basic FAQ however you can still see SMF to the right. it just removes the current forum name. any help would be greatly appreciated :) thank you in advance :D
well you can chmod the smf logo file to 000 in the file manager. that should work if you use ff. but it wont work well in i.e. ;)
idk how it looks in i.e. as i support ff all the way ;)
thank you for the reply john i'm sorry i meant the logo on the top
this is the code i have currently
<td class="catbg" height="32">';
if (empty($settings['header_logo_url']))
echo '
<span style="font-family: Verdana, sans-serif; font-size: 140%; ">', $context['forum_name'], '</span>';
else
echo '
<img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';
echo '
</td>
<td align="right" class="catbg">
<img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" />
i'm use to using this for smf 1.06
<img src="http://www.simplemachines.org/images/tl1.jpg" alt="Simple Machines!" />