SMF Support > SMF 2.0.x Support
Double Logo image
Mikeric:
Here it is.
ccbtimewiz:
Find and remove:
--- Code: --- echo '
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>';
if (empty($settings['header_logo_url']))
echo '<a href="', $scripturl, '" title="', $context['forum_name'], '"><img src="', $settings['images_url'], '/brlogo.png" style="margin-left: 2em;" alt="', $context['forum_name'], '"/></a>';
else
echo '
<img src="', $settings['header_logo_url'], '" style="margin-left: 2em;" alt="', $context['forum_name'], '" />';
echo '
</td>
</tr>
</table>';
--- End code ---
Mikeric:
Thank you for your help.
Mikeric:
one more quick question, now right below the buttons for home, help, search, etc I have columns going up and down. Is it possible to get rid of that? Sorry for the questions, new to SMF forums this week.
ccbtimewiz:
Seems like the background image. Perhaps try changing that?
Navigation
[0] Message Index
[*] Previous page
Go to full version