Having problem in Custom Skin

Last post 10-01-2004, 3:05 AM by Anonymous. 4 replies.
Sort Posts: Previous Next
  •  09-27-2004, 6:14 AM 1913

    Having problem in Custom Skin

    Hi,

     
    I am doing changes in cute chat to make it comaptible with my current color scheme.
    All has been done in a smooth way but I am falied to change the online user lists portion color scheme.
    the portion that shows the room name and the online users list.
     
    what i need for this panel configuration.
     
    Regards,
    Ghazala
  •  09-27-2004, 10:38 AM 1916 in reply to 1913

    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 .
  •  09-27-2004, 1:32 PM 1919 in reply to 1916

    Re: Having problem in Custom Skin

    yeah i checked the portion u mentioned in the reply before posting on the forum but there is no visible tag thru which i can change the background of the online user status i want to change the cyan color with my color.

     
    How can I do this.
     
    Regards,
    Ghazala
  •  09-30-2004, 3:38 PM 1966 in reply to 1919

    Re: Having problem in Custom Skin

    Ghazala,
     
    Add the following to the style.css file:
     
     

    #divroomtitle

    {

        background-color: red;

    }


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-01-2004, 3:05 AM 1974 in reply to 1966

    Re: Having problem in Custom Skin

    The problem is already resolved. Thanx for your help.

     
    Regards,
    Ghazala
View as RSS news feed in XML