j aimerais bien que mon tableau soir transparant c'est a dire qu il y ai pas de couleur de fond ... comment faire ?
avec les exemple du site j ai un fond blanc, mais il faut qu il soit transparent ?
merci d avance
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 $proprieteContenu = array( 'T_COLOR' => array(0,0,0), 'T_SIZE' => 8, 'T_FONT' => 'Arial', 'T_ALIGN_COL0' => 'L', 'T_ALIGN' => 'R', 'V_ALIGN' => 'M', 'T_TYPE' => '', 'LN_SIZE' => 5, 'BG_COLOR' => array(255,255,255), 'BRD_COLOR' => array(0,92,177), 'BRD_SIZE' => 0, 'BRD_TYPE' => '0', 'BRD_TYPE_NEW_PAGE' => '', );
Partager