Customizing Logo Bar
Procedure
- Create a header.html in $MQ_COMMON_DIR/<enterprisename>/htmlprops.
-
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> </TD></TR> <TR> <TD align="right"> <font color="#ffffff" size="2" > <span> Logged in as <A class="logoA" alt="" href="MemberProfileView?action=myinfo&menulink=My Account Profile" ><SPAN id="whois"></SPAN></A> </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> | <A class="logoA" alt="Logout" href="javascript:doLogOut();">Logout-test</A> </span> </font><!-- End Top Information --> </TD> </TR> <TR><TD> </TD></TR> </TABLE> </TD> </tr> </TABLE>
- Make sure you have enclosed the contents with in the table.
Copyright © Cloud Software Group, Inc. All rights reserved.