logo size

Started by phrygian, July 15, 2005, 10:02:19 AM

Previous topic - Next topic

phrygian

Hello,

Please bare with me because I'm very new to this bb program.  It seems like the perfect one for my website.  I'm still trying to figure a few things out though.  The primary thing I'm looking at now is changing the current logo to my logo.  I actually was able to change it, but my logo appears way too large and I've several ways of decreasing the size.  The logo, which is an animated gif, appears the correct size (71x90 pixels, 5.81 KB) everywhere else, but the BB I'm working on with this program.  The logo here is a little blurred because somehow the size changes to 250x317 pixels, 5952 bytes.  Any help in understanding to change this would be greatly appreciated.

codenaught

Remove the width attribute in the logo in your theme's index.template.php

<img src="', $settings['images_url'], '/smflogo.gif" style="width: 250px; float: ', !$context['right_to_left'] ? 'right' : 'left', ';" alt="" />';

You can make it something like: <img src="', $settings['images_url'], '/smflogo.gif" style="float: ', !$context['right_to_left'] ? 'right' : 'left', ';" alt="" />';

That is SMF 1.1's code. If you are using 1.0, it will look a little different but it would still take the same change of removing the width attribute.
Dev Consultant
Former SMF Doc Coordinator

Advertisement: