just a little problem : columns haven’t the same lenght because the mis depend of the number of letters and not the number of tags in each letter, no ?
The columns are split by the number of groups of words. So if you had a tag for every letter of the English alphabet and three columns you would have 26/3 = 8.666 per column. The plugin will make two columns of 9 and the last will be 8.
another thing : I can not have more than 3 columns (instead I write columns=”4″)
That’s the first time I’ve heard of any issues with columns. Can you provide a link to the page?
I can only assume that this is a CSS issue. By default the columns:
#mcTagMap .holdleft, #sc_mcTagMap .holdleft {
display: inline;
float: left;
margin: 0 20px 0 0;
width: 190px;
}
#mcTagMap .noMargin, #sc_mcTagMap .noMargin {
margin: 0;
}
For all the columns but the last. So if you set it to four columns you would need a horizontal area of 820px (210px + 210px + 210px + 190px = 820px).
the character ‘ is not compatible with the exclude fonction ? (Ferme d’en haut is always here)
In my testing that hasn’t been an issue. Are you using smart quotes? Maybe a link would be best to take a look.