:: Forum >> Version 2 >>

newbie question : font in grid

AW V 2.5.1
I just want to have my entire grid in Arial font size 8.
I don’t see how to do that....
Imbault
Friday, January 18, 2008
You can set font either with CSS

#myGrid {
    
font8pt Arial;
}
 
or using script

obj.setStyle("font""8pt Arial");
 
Alex (ActiveWidgets)
Friday, January 18, 2008
better to use font in % and all size in em unit - see firefox 3.0 for a demo of loop effects by increasing the % of the font !
Philippe Marzin
Monday, January 21, 2008



This topic is archived.

Back to support forum

Forum search