I have read and tried to implement the procedures outlined at http://www.icyphoenix.com/viewtopic...mizing+sitelogo but for some reason, it is not working. I have changed (through the ACP) the height and then hit the submit button on both the mg_themes/overall_header.tpl and mg_themes/style_ice.css.
Step 1.
original: overall_header.tpl
<td width="100%" colspan="3" valign="top">
<div id="top_logo">
<table class="" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" valign="middle"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></td>
<div id="top_logo">
<table class="" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" valign="middle"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></td>
changed to:
<td width="100%" colspan="3" valign="top">
<div id="top_logo">
<table class="" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="120" align="left" valign="middle"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></td>
<div id="top_logo">
<table class="" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="120" align="left" valign="middle"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></td>
Then I changed the .css
original style_ice.css:
#top_logo{
border: 0px solid #FFFFFF;
background: url(images/ice/top_header.png) repeat;
/* background: url(images/ice/top_header_ts.png) repeat; */
/* MG XMas */
/*background: url(images/ice/xmas/xmas_header.png);*/
/* MG XMas */
height: 150px;
border: 0px solid #FFFFFF;
background: url(images/ice/top_header.png) repeat;
/* background: url(images/ice/top_header_ts.png) repeat; */
/* MG XMas */
/*background: url(images/ice/xmas/xmas_header.png);*/
/* MG XMas */
height: 150px;
changed to:
#top_logo{
border: 0px solid #FFFFFF;
background: url(images/ice/top_header.png) repeat;
/* background: url(images/ice/top_header_ts.png) repeat; */
/* MG XMas */
/*background: url(images/ice/xmas/xmas_header.png);*/
/* MG XMas */
height: 120px;
border: 0px solid #FFFFFF;
background: url(images/ice/top_header.png) repeat;
/* background: url(images/ice/top_header_ts.png) repeat; */
/* MG XMas */
/*background: url(images/ice/xmas/xmas_header.png);*/
/* MG XMas */
height: 120px;
Step 2.
I check the home page and nothing has been changed. I then recheck the files and they are in their original configuration.
What I am trying to do is combine the sitelogo_small.png with top_header.png to form a png with the dimension of width 960 and height 120.
Step 3.
This is what the uncombined header looks like with out the height adjustments.

This is what I want it to look like. Notice there is no red under or on top (there is not suppose to be however, my cut and paste was done in a hurry). I would like it flush against the border. The width of the page needs to be 100% so that it can be adjusted to the user's screen.

I really hope that what I am trying to do has been explained in an EASY TO UNDERSTAND manner. I would appreciate the same in a response. I am kind of sort of a newbie to IP. After all I downloaded and installed it on 23 Oct 08. This has been a rather large learning curve for me. <smile>
Thank you in advance,
Dave