Search

You searched for the word(s): table
Showing page 237 of 255 (2,541 total posts) < 1 second(s)
  • css classes

    Is this suppose to work?   i created a two cell table and had my cursor in the first cell. Before entering text I chose one of my css classes. Next i started typing and teh class was not applied. Going into the html view the <td> tag did not have the class applied either.  This used to work. wondering what i could hav chagned to ...
    Posted to Cute Editor for .NET (Forum) by Benava on May 1, 2009
  • LobbyID int to GUID

    Do you have any tips on changing the LobbyID for the chat room from an Int datatype to a Guid.  I've already tried changing the column in the table to a guid, but of course the code does not support this.  I tried to change all the places where it is set to an int for LobbyId.  Yet, no luck.  I'm sure that it is possible.  ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by katie13 on April 20, 2009
  • Building a Silverlight website that my client can update themselves

    I am building building very simple asp.net websites where my client gets a masterpage and then for each page of the website the content area comes from a SQL2005 database. In the database table I store the HTML that shows in the content area. The client gets to update the database by using CuteEditor as their WYSIWYG editor and it saves it back to ...
    Posted to Cute Editor for .NET (Forum) by jfeeney on April 9, 2009
  • ASP TO ASP.NET PROB

    Hello,   I have design my website in asp (VB Script). and when any user get register i also save his account details in USER table of CUTE CHAT,   i want when a user get login and want to go in chat room he click on room name and redirect to chat with his real name like ABC is login already and he click on the room name he go ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by may29adil on June 18, 2008
  • Detecting HTML Images, Movies on a submit button Etc.

    Hi all i am wondering if anyone could help me out. Im trying to detect if an image or media file (wmv,wma,mpeg etc) has been placed in the text editor. Basically i have an approval system that allows a user if they just use plain text to have there content approved by the system straight away, but if they insert a Hyperlink, Image, ...
    Posted to Cute Editor for .NET (Forum) by matt365uk on October 23, 2007
  • Width problem

    I am using Cuteeditor for setting up/maintaining web page content and on some pages the area of content is 450px wide. When I use the editor set at this width, there is a horizontal scroll bar. If I then proceed to enter content which fits into the 450px, store it it my database then display the page containing the content, the area taken up is ...
    Posted to Cute Editor for .NET (Forum) by Nicky Luff on August 5, 2007
  • DisplayName not refreshing ...

     Hey Adam,   Did you ever find a solution to this thread:  http://cutesoft.net/forums/thread/26027.aspx?  We're having the same issue.  We have multiple users per machine and when one logs out and someone new logs in, the old person still displays.  I've tried updating the CuteChatClient table ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by jcurran on July 1, 2007
  • Problem with integrating Chat into existing system

    Hi   Great product. I am having trouble with integrating the chat into my ASP.net 2 system.   I have a created code to create a room (lobby) for each group on the system as the group is created using the following code:   Dim lobby As New CuteSoft.Chat.CuteChatLobby() lobby.Name = temp1.Name Dim channel As New ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by PatrickN on May 16, 2007
  • Adding spaces in tables

    I create a table row, and place a 5 px spacer in it, and set a cell height as 5 px.  Works great... until I save it (from the XHTML method).  This method adds a space after the image, before the <td>, which, of course, messes up the spacing.   Is this space required by XHTML, or is this a bug?  If not a bug, how can I ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on May 8, 2007
  • no content being sent when save button pressed ASP.NET 2.0

    I have a file with the following content   <%@ Page Language=''VB'' MasterPageFile=''~/Admin.master'' AutoEventWireup=''false'' CodeFile=''edit.aspx.vb'' Inherits=''Admin_edit'' title=''Untitled Page'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <asp:Content ID=''Content1'' ...
    Posted to Cute Editor for .NET (Forum) by paul@amakosi.com on July 26, 2006