• 此頁的 QR Code
  • 刊廣告

  • 統計

    本日訪客數: 59 人次

    本月訪客數:4319 人次

    你的IP是: 38.107.191.90

    線上人數:

Azan 黃贊臣

網頁設計文章的蒐集與整理

Posts Tagged 'Fckeditor'

讓Fckeditor編輯器文字增加【行距】;【line-height】功能

方法如下: 這裏我採用的將編輯器中【樣式】換成【行距】。 第一,在fckconfig.js裏面 將 FCKConfig.CustomStyles = { 'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } } }; 替換成 FCKConfig.CustomStyles = { //mark090522 '12px' : { Element : 'span', Styles : {'line-height' : '12px' } }, '14px' : { Element : 'span', Styles : {'line-height' : '14px' } }, '18px' [...]

7 二月 2010 at 01:55 - 發表回應