the logo.swf is a flash file.
to edit that you will need to find the overall_header.tpl file, and in that code you can replace
Quote:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="160" height="108" id="logo" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="templates/Clanzi2K/images/logo.swf">
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="templates/Clanzi2K/images/logo.swf" quality="high" bgcolor="#000000" width="160" height="108" name="logo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
|
with
Quote:
|
<img src="templates/Clanzi2K/images/YOURIMAGEFILE" alt="">
|
the height and width for that image would be 160pixels wide, and 108pixels in height.