Customize fckeditor webpage editor tool menu

Source: Internet
Author: User

Customize fckeditor webpage editor tool menu
/*
Today, I suddenly thought of adding a reference effect to the article. The editor I used is fckeditor, which carries the computer code and is not easy to use, I defined a blockquote myself and provided a reference code"
Start Now
Find the directory where your editor is located and find the fckstyles. xml file.
Open, add in the file header

<Style name = "Code Reference" element = "blockquote"/>


Save
 
Step 2: define the css tutorial
<Style>

Blockquote {
Background: # F5FAFA;
Padding: 10px;
Border: 1px dashed #008040;
Height: 100%;
Width: 610px;
Overflow: hidden;
Margin: 0px;
 }


</Style>
 
OK.
This article was originally published at www.111cn.net, where the source is indicated.
*/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.