Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Simon on Apr 23, 2008 22:32
open dhtmlx forum
how to set paging area and paging info area style?

I want to place paging area and info area on the same line, how should i set their style ?
Answer posted by Support on Apr 24, 2008 05:24
You can use any appropriate HTML schema for paging areas, for example

<div>
    <div style="float:left" id="pagingArea"></div> <div style="float:left" id="recinfoArea"></div>
</div>