How to format without HTML? e.g not using <br> to space

Discussion in 'HTML & Website Design' started by c0rrup, Jun 2, 2009.

  1. #1
    Title says it all really, I need to know how to make a content box where I type things in that doesn't rely on HTML to format it.

    Like <br> to space, I just want to space by hitting enter.

    Thanks.
     
    c0rrup, Jun 2, 2009 IP
  2. bayubayu

    bayubayu Peon

    Messages:
    12
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You should use WYSIWYG HTML editor or visual HTML editor...

    There are many javascript-based web editor so you can easily integrate it with your web pages.
    you can use TinyMCE (tinymce.moxiecode .com)
    or FCKEditor (www. fckeditor.net)

    both of them are available in opensource license

    I've used TinyMCE. It is very easy to install and use. just add a small script and it will convert your <textarea> into visual & Rich web editor.
     
    bayubayu, Jun 2, 2009 IP
  3. c0rrup

    c0rrup Well-Known Member

    Messages:
    232
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #3
    Great I'll try it out, I thought it was WYSIWYG editor but I wasn't sure.

    Thanks.
     
    c0rrup, Jun 2, 2009 IP