|
Search
You searched for the word(s): table
Showing page 237 of 255 (2,541 total posts)
< 1 second(s)
-
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 ...
-
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. ...
-
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 ...
-
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 ...
-
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, ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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'' ...
... 237 ...
|
|
|