Problems with configuration of the top banner

Last post 07-31-2010, 9:27 AM by Eric. 2 replies.
Sort Posts: Previous Next
  •  07-05-2010, 6:14 AM 62286

    Problems with configuration of the top banner

    When I set "Display Header Panel=True", "Display Logo=True", "Display Top Banner=False", then the entire header panel disappears, which means that my logo is not shown, like it should have been. 
  •  07-05-2010, 9:52 AM 62294 in reply to 62286

    Re: Problems with configuration of the top banner

    You can open file "CuteSoft_Client\CuteChat\Channel.aspx"
     
    Change:
     
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
           <td width="200">
            <img title="CuteChat" src="<%=ChatWebUtility.LogoUrl %>">
           </td>
           <td align="center">
            <uc1:topads id="TopAds1" runat="server"></uc1:topads>
           </td>
           <td width="200">
           </td>
          </tr>
         </table>
     
    to
     
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
           <td width="200">
            <img title="CuteChat" src="<%=ChatWebUtility.LogoUrl %>">
           </td>
             <td width="200">
           </td>
          </tr>
         </table>
     
    Regards,
    Eric
  •  07-31-2010, 9:27 AM 62845 in reply to 62294

    Re: Problems with configuration of the top banner

    -
View as RSS news feed in XML