Bonjour,
Voici le code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
 
Dim tbCateg As New Table
	with tbCateg
	.ID = "tblCateg"
            .BackImageUrl = "/images/jemprunte/menu_haut.gif"
            .Width = 180
	.BorderWidth = 0
	.CellPadding = 0
	.CellSpacing = 0
            .HorizontalAlign = HorizontalAlign.Center
            .BorderColor = Drawing.Color.Blue
        End With
Comment rajouter un background-repeat:no-repeat et une bordure du genre
border-left-color:#00286e

Merci d'avance.