pratima82 0 Newbie Poster

Hi,

I need help in fixing this simple JSP Code below. The I need the MarkAll and the sort by classes need to come on the same line of the page. But now Sort By is coming one line below. How can i fix this? Please hlpe urgent

<div class="markAll">
<input type="checkbox" id="iteratorBar-selectAll_${param.idCount}" name="markAllChk" value="0" />
<label for="iteratorBar-selectAll_${param.idCount}"><fmt:message key='Results.MarkAll' /></label>
</div>
<div class="sortBy">
<label for="sorter"><fmt:message key='ResultsFilter.SortBy'/></label>
</div>