I have read redbook of Domino Web Access 7 Customization and some articles in Lotus iNotes wiki.I found Forms85.nsf is so different with Forms8.nsf.I want
make the Navigate mail and Action Bar font size bigger and change the backgroud color.
like Change background color of the left panel,use h_ShimmerSkin-h_Stylesheet files as follow:
.s-leftpanel {
position: absolute;
<dwa:string id=“D_ALIGN_DEFAULT” quotes=“none”/>: 0px;
height: 100%;
overflow: hidden;
}
I cann’t the <dwa:string id=“D_ALIGN_DEFAULT” quotes=“none”/>,how to make the change?
the font and background color?
thanks in advantage.