首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Joomla插件添加分栏按钮编辑

Joomla插件添加分栏按钮编辑

资 源 简 介

Introduction ColumnBreak is a small Joomla plugin to facilitate to process of managing multi column articles without the need of HTML table layout. Also the column layout is defined in CSS rules. Example css The following CSS rules will result in a two column layout, each column having width 45% of the total content width and the columns will be separated by a 10% wide space. You should add these CSS rules to you template stylesheet file. ``` .system-column-break { float: left; width: 45%; } hr.system-column-break { display: block; width: 10%; height: 0px; float: left; } ``` Installtion To ColumnBreak plugin follows the standard installation process of Joomla plugins. Download the latest version of the ColumnBreak, see the Download page. Open the Joomla Administration site and navigate to Extensions > Install/Unistall. Uploa

文 件 列 表

columnbreak.php
columnbreak.xml
en-GB.plg_editors-xtd_columnbreak.ini
VIP VIP
0.185279s