Results 1 to 3 of 3

Thread: Need a control that allows for editing for web page?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Need a control that allows for editing for web page?

    I have a need to build a single web page. This page will essentially allow the user to insert an image (if they choose to) and then be able to write a paragraph or two and then format this information in an email so it can be sent out to subscribers. Is there any kind of tool that would allow for this? Also, Wordpress IS NOT an option. Just plain HTML, CSS and Javascript if necessary.

    Thanks,
    Blake

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: Need a control that allows for editing for web page?

    We use CKEditor for editing HTML in our web apps.

  3. #3
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Location
    South Louisiana
    Posts
    11,711

    Re: Need a control that allows for editing for web page?

    Quote Originally Posted by jmcilhinney View Post
    We use CKEditor for editing HTML in our web apps.
    I can vouch for CKEditor. I've personally used the free version (version 4) and it works great.

    Quote Originally Posted by blakemckenna View Post
    ...This page will essentially allow the user to insert an image (if they choose to)...
    Keep in mind that if you want to upload an image from your local filesystem then you will need to setup a server of some sort, otherwise you'll get a CORS error. If you just want to insert an image from an existing URL then this won't be an issue.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | Code Tags | Sword of Fury - Jameram

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width