0

froala wysiwyg エディタの背景画像をノート風に変えたいのですが、

しかし、それはまったく何も変更していません...誰かがそれを修正するのを手伝ってくれて、その方法を教えてくれませんか?

これは私がやっていることです:

<style type="text/css">

textarea.notebook {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-weight: 700;
      width: 100%;
      padding: 5px 0px;
      margin-bottom: 20px;
      resize: vertical;
      font-size: 11px;
      line-height: 24px;
      border-bottom: 2px solid;
       -webkit-appearance: none;
      border-radius: 0;
      background: url(notebook.png);
}


</style>

<section id="editor">

    <form>
      <textarea  id="edit"  name="edit" class="notebook"  style="margin-top: 30px;">

  </textarea>


    </form>

  </section>
4

1 に答える 1

1

考えられるアプローチの 1 つは、froala エディターにカスタム テーマを作成することです。以下を参照してください。

http://editor.froala.com/examples/color-themes

背景色を変更できる場合は、背景画像を追加することもできると思います。

于 2014-10-03T14:38:35.357 に答える