Search

You searched for the word(s):
Showing page 13 of 15 (149 total posts) < 1 second(s)
  • Re: Display Arabic content

    Do you have the right Arabic fonts loaded and the page pointing to the correct codepage? &nbsp; ar-sa Arabic (Saudi Arabia)&nbsp; ar-iq Arabic (Iraq)&nbsp; ar-eg Arabic (Egypt)&nbsp; ar-ly Arabic (Libya)&nbsp; ar-dz Arabic (Algeria)&nbsp; ar-ma Arabic (Morocco)&nbsp; ar-tn Arabic (Tunisia)&nbsp; ar-om Arabic (Oman)&nbsp; ar-ye Arabic ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 5, 2005
  • Re: Txt written into image- photo

    This is more of a rendering issue and better solved using CSS positioning. This article may or may not help &nbsp; http://www.builderau.com.au/webdev/graphics/0,39024704,20283355,00.htmThey use as the example:div#test {&nbsp;&nbsp;&nbsp; background-image:&nbsp; url(/images/backgroundimage.JPG);&nbsp;&nbsp;&nbsp; background-repeat: ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 2, 2005
  • Re: ok, i'm now going crazy ... "the area you are attempting to access is forbidden" error

    I put the editor calls all in an include file, just my preference, and make changing the site easier when you update. That said, this configuration will work. The hilighted areas should fix your problem. &nbsp; Set editor = New CuteEditoreditor.ID = ''Editor1''editor.Text = content&nbsp;&nbsp;&nbsp;&nbsp;editor.DisableAutoFormatting = ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 2, 2005
  • Re: Won't save

    Yes I have, the problem is caused by in most cases poorly formed html being put into the editor. You should test the code by using your standard HTML editor, or something like HTML-Kit or Tidy. The links for these applications can be found at w3c web site. &nbsp; RC
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 2, 2005
  • Re: Firefox issues (Paste from Word/Cleanup, BreakElement)

    Another thought on the &lt;br&gt; vs &lt;br /&gt;, the editor should be able to be ''skinned'' with the DOCTYPE of the page. That is, like we can change theme or the ''skin'' of the editor, we should be able to change the target DOCTYPE and the code produced by the editor compliant with that DOCTYPE. I would suggest that it do no earlier than ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 28, 2005
  • Re: A nice feature would be

    Another nice feature&nbsp;would be a&nbsp;visual feedback on the&nbsp;character count&nbsp;currently in the editor. It could be a button. &nbsp; RC
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 28, 2005
  • Re: Pre Sales Questions

    Sutro, &nbsp; I have not had any problem with character limitation with cute edit, make sure your form is post and not a get.&nbsp;Have a look at the demo at http://cutesoft.net/asp/todatabase.asp. &nbsp; RC
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 28, 2005
  • Re: Major Problem with code cleaner

    &nbsp;When I type this and use code cleaner &lt;a href=''default.asp''&gt; link&lt;/a&gt; I get this &lt;a href=''/asp/default.asp''&gt;Link&lt;/a&gt; &nbsp; link &nbsp; The link in hereis your text plus a directory pointer to the root. Maybe why I am not seeing this is I always start the file name relative to the root of the website ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 24, 2005
  • Re: Major Problem with code cleaner

    I am not sure why this is happening, I tried it on the demo site, inserted a &lt;a href='/asp/dd.asp'&gt;dd&lt;/a&gt; ran the code cleaner and it did not touch my tag.&nbsp;You may have a bad file or your properties are not right. Put the section of code you are using up here so we can have a look. &nbsp; RC
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 23, 2005
  • Re: Firefox issues (Paste from Word/Cleanup, BreakElement)

    Well Phrase vs. Font elements Phrase Elementsabbr, acronym, em, strong, dfn, code, samp, kbd, var, dfn. ins and cite&nbsp;Font Style Elementstt, i, b, big, s, u&nbsp;and small Phrase elements allow to apply meaning to the text, more of a structure. The bottom line is that when&nbsp;we look at a button with a 'B' I expect &lt;b&gt;.
    Posted to Cute Editor for ASP (Forum) by rcroeder on November 22, 2005