Freeware HTML Editor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CodeRazor

    Freeware HTML Editor

    Does anyone know of any good freeware html text editors that can used easily
    from within an asp.net application.

    I want to give the user the ability to write their text, add a few bold
    tags, italic tags, and line breaks. Then i want to be able to extract what
    they added and use it in my code.

    many thanks,
    CR


  • James Curran

    #2
    Re: Freeware HTML Editor

    There's the FreeTextBox (http://freetextbox.com/) and the FCKeditor
    (http://www.fckeditor.net/)

    --
    --
    Truth,
    James Curran
    [erstwhile VC++ MVP]

    Home: www.noveltheory.com Work: www.njtheater.com
    Blog: www.honestillusion.com Day Job: www.partsearch.com

    "CodeRazor" <CodeRazor@disc ussions.microso ft.com> wrote in message
    news:7EB97E96-49F6-4C02-9784-89F3C4527383@mi crosoft.com...[color=blue]
    > Does anyone know of any good freeware html text editors that can used[/color]
    easily[color=blue]
    > from within an asp.net application.
    >
    > I want to give the user the ability to write their text, add a few bold
    > tags, italic tags, and line breaks. Then i want to be able to extract what
    > they added and use it in my code.
    >
    > many thanks,
    > CR
    >
    >[/color]


    Comment

    • CodeRazor

      #3
      Re: Freeware HTML Editor

      Thank you James, i'll check these out.

      Regards,

      Comment

      Working...