Page 1 of 1

Hintergrundfarbe in Extension htmlb nicht angezeigt?

PostPosted: Thu Nov 27, 2008 11:20 am
by Daniela4869
Hallo, woran kann es liegen, dass die Hintergrundfarben nicht dargestellt

werden (keine Fehlermeldung)? Vielen Dank für die Hilfe. Quellcode:


<htmlb:gridLayout columnSize = "3"
rowSize = "3" >

<htmlb:gridLayoutCell columnIndex = "1"
rowIndex = "1"
horizontalAlignment = "left"
backgroundColor ="brown">
Zeile 1 / Spalte 3
</htmlb:gridLayoutCell>

<htmlb:gridLayoutCell columnIndex = "1"
rowIndex = "2"
horizontalAlignment = "left"
backgroundColor ="#345678" >
Zeile 2 / Spalte 1
</htmlb:gridLayoutCell>

</htmlb:gridLayout>