Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): table
More Search Options
Showing page
19
of
142
(
1,420
total posts)
< 1
second(s)
Cannot change font or color in editor
I cannot change the color or font within the editor. It seems to happen at random times and doesn't make any sense. I have a test case that you can use to test the problem.Reproduce by doing the following:1) Paste the following into the HTML view of the Cute demo. 2) Switch to Preview3) Attempt to change the font or color of ...
Posted to
Cute Editor for .NET
(Forum)
by
mthompson07
on
February 12, 2006
Re: I develop on windowsXP vs2008 , toolbar not show after refresh IE..
I use not ajax control. please, u check code. thank you. <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''AdFaq.aspx.cs'' Inherits=''Admin_AdFaq'' %> <%@ Register src=''../Ascx/AdminForm.ascx'' tagname=''AdminForm'' tagprefix=''uc1'' %> <%@ Register ...
Posted to
Cute Editor for .NET
(Forum)
by
moody
on
December 23, 2008
Re: Error in Editor1.GetDocument() function when called in javascript on aspx page
Hi, Here is my aspx code of popup window where i want to use cute editor content i.e (parent window). ---------------******************----------Code goes here------------------------------------************************** <%@ Page language=''c#'' Codebehind=''SpellingForm.aspx.cs'' AutoEventWireup=''false'' ...
Posted to
Cute Editor for .NET
(Forum)
by
sunderchhokar
on
May 2, 2006
problem about cuteeditor tag "form" property EncodingType=html
I am sending a mail through form tag.mail goes but in plain text formate.i want to achive mail as i design in the form of form tag. when i set cuteeditor form property EncodingType=html then nothing show in mail body. i am sending my html code.... <p> <form id=''contactform'' style=''height: 24px'' ...
Posted to
Cute Editor for .NET
(Forum)
by
govind_rkdf
on
October 1, 2008
Re: Cute Editor with VB.NET and SQL Server
Code was cut & pasted from one of my projects....so may not be 100% on its own.You will need to instantiate the class first, then call its functions. You can then access the data one record at a time through the public properties of the class.'Remember that the variables passed to sql in an insert statement must match the types that are ...
Posted to
Cute Editor for .NET
(Forum)
by
tttm
on
November 22, 2005
Re: Where to set table properties of InsertTable like "Cellpadding, Cellspacing"?
joerg, Please open CuteSoft_Client\CuteEditor\Scripts\Constant.js and modify the following code: // When creating a
table
using the Wizard, the following default attributes apply. editorconstant._CreateEditing
Table
Style = ''<
table
border='0' cellspacing='2' cellpadding='2' width='500'>'';
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 1, 2007
Re: Problem when trying to give style to table rows
Dear andreu, Please check Editor.UseFontTags Property. Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style information in font tags. By default Cute Editor converts font tags to span tags. <font face=''times'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
January 19, 2011
Re: Table cell Spacing in IE
This still continues to be a problem with IE browsers. It's because if there is a carriage return after the image tag it causes a space below the image. The problem with CuteEditor is that the output HTML is not the same as the HTML in the editor itself. For example you may see the following in the ...
Posted to
Cute Editor for .NET
(Forum)
by
patk
on
November 10, 2008
Re: Why CuteEditor reformats my HTML, puts div, seperates table etc .. ? Not happy at all ...
Please use the Editor.DisableAutoFormatting Property. By default Cute Editor will carefully analyze all of your HTML code and begin correcting all errors automatically. What you get is professionally presented code, properly reformatted and ready for use. If you want to preserve the formatting of existing HTML, you can turn this feature off ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 8, 2005
HTML to RTF conversion - table not working
Hi, With http://cutesoft.net/example/editRTF2.aspx I make a
table
(1 row, 2 cells) but when opening the RTF file, the
table
is completly ignored! Also special charaters like ’ and eurosign (€) etc are not working. That I dont care so much about...just pointing that out. The
table
issue is a real ...
Posted to
Cute Editor for .NET
(Forum)
by
Maarten
on
May 28, 2009
More Search Options
« First
...
< Previous
17
18
19
20
21
Next >
...
Last »