Sizing the chat box

  •  04-01-2008, 10:24 AM

    Sizing the chat box

    Hi,
     
    We are setting up cutechat to run in embedded mode and have linked it to our database etc. We do have a problem fitting the chat box into our design.
     
    We want to control the size of the box but can not find a way to do it. Our code runs as follows
     

    <table width="100%" border="1" align="center" cellspacing="0" bordercolor="#CCCCCC">

    <tr>

    <td width="612" height="200">

    <script>

    Embed_Place='Lobby-1';

    </script>

    <CuteChat:EmbedChannel id="EmbedChannel1" runat="server"></CuteChat:EmbedChannel>

    <asp:Literal ID="Literal1" Runat="server" />

    </td>

    </tr>

    </table>
     
    Thanks in advance.
     
    Regards
     
    Gerard
     
     
View Complete Thread