Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - stephen

Pages: [1]
1
Hi,

I manage to write a simple JSP to display Total Answered Calls and Total UnAnswered Calls in one page using jsp. But the display of the number is too small . I am using T.render(). This is the code which I used

 T = doOk.dispatch( CallOkDO.ANSWERED_CALLS_BY_QUEUE );
    out.println(T.render());

Is there a way to customized the HTML display ? (to make the number display in a larger font?)

Thanks,
Stephen

Pages: [1]