Customizing Logo Bar

Procedure

  1. Create a header.html in $MQ_COMMON_DIR/<enterprisename>/htmlprops.
  2. Check whether the contents of header.html are similar to the following.
    <TABLE class="logoFrame" id="logoFrame" summary="" cellpadding="0" cellspacing="0">
    <tr>
    <TD background="images/tibcologo2.gif" valign="top" id="loginfo" align="right" nowrap width="100%">
    <TABLE cellpadding="0" cellspacing="0" class="logoFrame">
    <TR><TD>&nbsp;</TD></TR>
    <TR>
    <TD align="right">
    <font color="#ffffff" size="2" >
    <span> Logged in as&nbsp;<A  class="logoA" alt="" href="MemberProfileView?action=myinfo&menulink=My Account Profile" ><SPAN id="whois"></SPAN></A>&nbsp;&nbsp;</span>
    </font>
    </TD>
    </TR>
    <TR>
    <TD align="right">
    <font color="#ffffff" size="2" >
    <span>
    <A class="logoA" alt="About" href="javascript:popupAboutPage('help/About.html');">About</A>&nbsp;|&nbsp;
    <A class="logoA" alt="Logout" href="javascript:doLogOut();">Logout-test</A>&nbsp;&nbsp;
    </span>
    </font><!-- End Top Information -->
    </TD>
    </TR>
    <TR><TD>&nbsp;</TD></TR>
    </TABLE>
    </TD>
    </tr>
    </TABLE>
  3. Make sure you have enclosed the contents with in the table.