Hello:
I'm trying to create a form for a user so they can update their web page. The page is a newsletter.

The user would like the ability to format the text that she is typing into the form so the result on the web page is appealing.

In order to accomplish this I need a toolbar consisting of: bold, italic, underline, font name, font size, font color, etc.

How do I go about trying to code this toolbar? Can anyone help me out?

Thank you in advance.

Considered
friedo: Delete - nothing to do with perl.
Unconsidered
Arunbear: Enough keep (and edit) votes cast to keep the reaper away
Keep/Edit/Delete: 7/2/6


In reply to Trying to create a toolbar by b310

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.