资 源 简 介
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