Hi Sjpt
sorry i missed the CSS for two column
div.mcol
{
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
-moz-column-gap:20px; /* Firefox */
-webkit-column-gap:20px; /* Safari and Chrome */
column-gap:20px;
}
Yes my two column box spreads over 5 pages, all the other content are single column only this box elemets gives problem to me any suggestion
Thank you for your reply