|
Search
You searched for the word(s):
Showing page 3 of 4 (38 total posts)
< 1 second(s)
-
Right click table, properties.
Go to the 4th tab, select color -> more colors, I enter 003300 press ok set border to 1px.
Next when I look in html it has set the size of the borders to 3300px... reproducable in cutesoft examples
-
Hi,
When I drag an image in the editor in Firefox, it disappears.
Example;
Image is in http://www.xxx.com/Editordata/image.jpg which is all good.
After dragging the image is broken and pressing properties gives me;
http://www.xxx.com/website/pageeditor/Editordata/image.jpg
Dragging it again gives ...
-
Adding the exact line gives me the error that the path doesn't exist. So I changed it to ~/Data/Temp where I keep my files.
I see I need to set read/write permissions, is this a new thing in the latest editor? Or shouldn't I need to set permissions?
By the way, the C:\Windows\TEMP error occurs only the first time the page is loaded. If I refresh ...
-
Hi,
When opening the ImageEditor I get the message ''Access to the path 'C:\WINDOWS\TEMP\persisted.{filename}' is denied.'
I have downloaded the latest version and I have tried setting identity impersonate=false. The older version (without the vista look) didn't used to have this problem..
How can I solve this?
-
And 1 more problem I notice..
When generating a pdf from html with a table in it with border=''1'' the pdf is empty... removing the border=''1'' or setting it to 0 works..
+ it won't render the Euro sign
-
I think there is another problem, this is what I get when I try the code with the url www.cutesoft.net;
[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
CuteEditor.Convertor.PDF.PDFRect.AddText(String text, FontStyle fontStyle, Boolean warp, PDFAnchor anchor) +950
...
-
Hi, I try this;
CuteEditor.Convertor.PDF.HTML2PDF html2pdf = new CuteEditor.Convertor.PDF.HTML2PDF(new Uri(''http://www.google.com''));
html2pdf.Render();
html2pdf.Save(Response.OutputStream);
And it throws this error;
[NullReferenceException: Object reference not set to an instance of an object.]
...
-
Hi,
When I have an URL in the editor and press the Underline button it generates this HTML:
<u><a href=''http://url.com''><span style=''font-family: Arial;''>read more</span></a></u>
Firefox 3 can render the underlining fine but Internet Explorer 7 fails because the ...
-
Hi,
After inserting a table, then right click -> Table -> Insert column to the right, it inserts the column on the right but there is no dotted border in the editor like the rest of the table has (there is after its saved so it's only an editing problem).
Thanks
-
Adding this snippet;
new CuteEditor.RichListItem(''Script'', '''', ''<script>alert('test');</script>'');
Inserts nothing, it should insert the script in HTML...
new CuteEditor.RichListItem(''Script'', '''', ''test<script>alert('test');</script>'');
This does insert ...
3
|
|
|