Search

You searched for the word(s): font
Showing page 31 of 216 (2,157 total posts) < 1 second(s)
  • Problems with the font verdana in the editor

    When I use the font verdana it doesn’t write the font name in the HTML tag, why is that?   Example:   This is when I chose verdana:   <P><STRONG><FONT color=red>Hehwebhjbwbflhwebf</FONT></STRONG></P>   This is when I chose arial:   <P><STRONG><FONT face=Arial ...
    Posted to Cute Editor for .NET (Forum) by pnr on March 15, 2004
  • Re: Limit Font Size and Font-Family

    Hi Adam Thanks, after hunting about i figured it out, still having problems with adding custom elements to the editor in minimal, i.e display font dropdown, size dropdown using the minimal.config file George
    Posted to Cute Editor for .NET (Forum) by gwphillipson on November 11, 2008
  • Re: Adding a progress bar to image and document uploads

    There are 2 change si made to the code   taken from upload.asp (renamed upload2.asp to save original code) *************************************************** <html> <head>  <meta name=''vs_targetSchema'' content=''http://schemas.microsoft.com/intellisense/ie5''>  <title>Upload ...
    Posted to Cute Editor for ASP (Forum) by eastwood on May 20, 2004
  • Re: Source Code: Setting the Font Size List

    Would also like to add that it does some terrible things to the html code when you start switching different attributes (like font face and size) to the same section of text.  Any hope of being able to fix this?   Off Topic: Looks like there's something wrong with the Edit functionality of the forum (which is why I created another ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 29, 2004
  • Re: Font Size and RTE in IE

    Since no one replied I thought I posted my solution. RTE wasn't correctly displaying in IE. I had to force it into IE8 standards mode:  <meta http-equiv="x-ua-compatible" content="IE=8"/>  to get it to display correctly. I hope this helps anyone who might run into a similiar situation.  
    Posted to Rich Text Editor for .NET and MVC (Forum) by astearns on November 30, 2012
  • Re: How to change the default font type and size in editor?

    Michael,   In ASP.NET, it includes the Web application root operator (~), which you can use when specifying a path in server controls. ASP.NET resolves the ~ operator to the root of the current application. You can use the ~ operator in conjunction with folders to specify a path that is based on the current root.   But this ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 7, 2009
  • Re: CuteEditor 6.3 problem with pasting Word HTML - not removing font styles

    We've just come across exactly the same issue, where the change in behaviour has confused all our editors and resulted in lots of font style html going into our CMS when we didn't want them.  We need an approach that allows 1 click, or one Ctrl-V action to remove all of the following:  1. Dodgy Word specific tags2. Span tags3. Font ...
    Posted to Cute Editor for .NET (Forum) by davidj on May 8, 2009
  • Re: Source Code: Setting the Font Size List

    Unfortunately the javascript seems to be broken.   sel.length returns ''undefined'' so I never enter the for loop If I change ''sel.length'' with a number (say 1) then the javascript craps out on sel(i) (looks like I cant access it as an array)   I can do... var str = sel.text for (i = 0; i < str.length; i++) ....   But ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 12, 2004
  • Re: CuteEditor 6.3 problem with pasting Word HTML - not removing font styles

    Tony43:   In my example when using PasteWord or ConfirmWord, the font tags stay, like:   <p><strong><span style=''font-family: 'Calibri','sans-serif'; font-size: 20pt''>My Word Paste Demo</span></strong></p> <p><span style=''font-family: 'Calibri','sans-serif'''>Thank you for choosing ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 4, 2009
  • Re: <Font>-Tag Problem - Still not solved

    Hey, edgarJakob I do believe the problem is caused by the page background. Basically, when we typed the text, highlightened the text and typed another text, the <p> will be automatically added in the html code to indicate a paragraph. Normally, if the background is default white, the <font> won't be added. As your background of the ...
    Posted to Cute Editor for .NET (Forum) by happyboy718 on August 31, 2008
« First ... < Previous 29 30 31 32 33 Next > ... Last »