http://www.icyphoenix.com/viewtopic.php?f=32&t=5044
-----------------------------------
MisterLaO
Mon 17 Nov, 2008 12:11

Milky Way Edit Logo Size
-----------------------------------
how can i edit the size of sitelogo_small.png? i tried changing the values on imageset.cfg but with no luck.. i found a resolved thread about this one but the author didnt say on how he resolved this.. infact, no one did say anything on how to do it..


-----------------------------------
Limun
Mon 17 Nov, 2008 13:47

Re: Milky Way Edit Logo Size
-----------------------------------
open your stylesmilky_waytemplate[b]overall_header.html[/b]

find 
[spoiler]<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>[/spoiler]

and replace with
[spoiler]<td [color=red]width="200" height="150"[/color] align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>[/spoiler]

so here you can try chage it width="200" height="150"

if you need more than 150 of height you will need also to cgane it in 
stylesmilky_waytheme[b]stylesheet.css[/b]

here
[spoiler]#top_logo{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('./images/top_header.png') repeat;
	[color=red]height: 150px[/color];
}[/spoiler]


-----------------------------------
MisterLaO
Tue 18 Nov, 2008 04:34

Re: Milky Way Edit Logo Size
-----------------------------------
[quote user="Limun" post="33871"]open your stylesmilky_waytemplate[b]overall_header.html[/b]

find 
[spoiler]<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>[/spoiler]

and replace with
[spoiler]<td [color=red]width="200" height="150"[/color] align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>[/spoiler]

so here you can try chage it width="200" height="150"

if you need more than 150 of height you will need also to cgane it in 
stylesmilky_waytheme[b]stylesheet.css[/b]

here
[spoiler]#top_logo{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('./images/top_header.png') repeat;
	[color=red]height: 150px[/color];
}[/spoiler][/quote]


i tried it but it didnt work.. all it did was change the size of the banner(the orange one) behind the logo.. but i managed to change it though thank to you helping me find "<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>"..

heres what i did:
i just replaced the "<a href="{U_INDEX}">{SITE_LOGO_IMG}</a>" with an img tag and the source of my new banner.. not sure if its a good idea though but it seemed to work... the method i used would leave some codes unused.. :P


-----------------------------------
Chaotic
Tue 18 Nov, 2008 07:10

Re: Milky Way Edit Logo Size
-----------------------------------
Marking this issue as SOLVED.  Feel free to continue contributing to this topic though. :)


-----------------------------------
Myth
Thu 27 Nov, 2008 09:45

Re: SOLVED - Milky Way Edit Logo Size
-----------------------------------
I dont think we need such a difficult procedure resize logo :mrgreen: 

follow these easy steps :
1.login to acp(admin control panel)
2.click styles and then imageset
3.there you can give dimensions for whatever you want :mryellow:


-----------------------------------
Mighty Gorgon
Mon 01 Dec, 2008 23:42

Re: SOLVED - Milky Way Edit Logo Size
-----------------------------------
Thanks for this suggestion... but in this case I think we need also CSS editing because if the user would like to have a bigger logo, then the container is not big enough for it.
[quote user="Myth" post="34068"]I dont think we need such a difficult procedure resize logo :mrgreen: 

follow these easy steps :
1.login to acp(admin control panel)
2.click styles and then imageset
3.there you can give dimensions for whatever you want :mryellow:[/quote]


