Online Editing Of Template with ASP?

Discussion in 'Programming' started by MikeatBuzzlink, Jul 25, 2006.

  1. #1
    I'm looking for a program that will allow users to edit an existing html template in online... Basically customizing an HTML newsletter with their text information as well as replacing stock photos with their own.

    Does anyone know of a program that will do this? I've seen some ASP sites that offer it... Even a flash one...

    Any info would be greatly appreciated!

    Thanks-
     
    MikeatBuzzlink, Jul 25, 2006 IP
  2. Darrin

    Darrin Peon

    Messages:
    123
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Something like FreeTextBox?

    It's a web based HTML editor for ASP.NET. It's worked pretty slick for me. It has a server side text property much like a regular text box to set and get the HTML.
     
    Darrin, Jul 25, 2006 IP
  3. mkay80

    mkay80 Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you do not want to give the users much freedom to the users with the actual placement of the content then you can do it quite easily in ASP. You simply designate text boxes for textual information and ask them to select photos for the photo section and then reload the page with the changes and show them the newsletter. But, if you want them to change the position of the elements then it becomes tricky and complicated.
     
    mkay80, Jul 26, 2006 IP
  4. ffdotcom

    ffdotcom Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    a really good solution is fckeditor. It lets you let them do a lot or a little.
     
    ffdotcom, Jul 26, 2006 IP