Bonjour
Comment mettre les checkbox d une chechboxlist en premier et les label après.j ai utilisė la proprietė textalign Mais ca ne Donne rien j ai toujours les checkbox a droit et leurs labels a gauche.
Version imprimable
Bonjour
Comment mettre les checkbox d une chechboxlist en premier et les label après.j ai utilisė la proprietė textalign Mais ca ne Donne rien j ai toujours les checkbox a droit et leurs labels a gauche.
Mes recherches n'ont abouti a rien et vous n'avez pas d'idee?
En Winforms : property RightToLeft
En Asp.net, j'ai trouvé ceci sur le net :
Citation:
I have increased the width of the table and i've tried adding 'horizontal-alignment' to the style sheet, using text-align. see below:
.alignLabel
{
}
table.alignLabeltd
{
direction: rtl; text-align: right;
}