Re: Having problem in Custom Skin

  •  09-27-2004, 10:38 AM

    Re: Having problem in Custom Skin

    Gh:

     
    May be you need to change te ChatUI_IE.Ascx manually :
     
     <div id="divroomtitle">
      <div style="font-family: verdana; font-size: 11pt;padding:5px;font-weight:bold;">
       <%=Title%>
      </div>
      <img width="32" height="28" src="images/users_icon.gif" alt="" align="absmiddle" />
      <span id="peoplecount"></span>
      <%=SS.NumPeoplesChatting%>
     </div>
     
    Regards , Terry .
View Complete Thread