0

I've used WMD for <textarea>, but it seems I don't get the path of where I've to set the path of the image icon. And how could I edit its CSS code? Though I tried it with Firebug, I didn't get it . =(

alt text

Or where do I've to place the menu icon image? I normally placed it under /public/images.

4

2 に答える 2

2

画像へのパスは、wmd.css ファイルの.wmd-button 記述子に設定する必要があります。パスは、css ファイルの場所からの相対パスである必要があります。

たとえば、Web サイトの階層が次のようになっている場合、「wmd.css」ファイルを「css」フォルダーに保存し、「wmd-buttons.png」ファイルを「images」フォルダーに保存したとします。

web_site
 |_public
 |_images
 |_css
 |_... 

パスを次のいずれかに変更する必要があります。

  • 相対パス バージョン:
背景画像: url(../images/wmd-buttons.png);
  • 絶対パス バージョン:
背景画像: url(/images/wmd-buttons.png);
于 2010-10-20T04:33:25.463 に答える
0

アイコンはwmd-buttons.pngファイルにあります。

大量破壊兵器のデロビンバージョンの画像フォルダにあります。

于 2010-08-24T06:56:10.657 に答える