Urgent JSP help reqd!!

Discussion in 'JSP' started by pratima82, Feb 10, 2009.

  1. pratima82

    pratima82 New Member

    Joined:
    Feb 10, 2009
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    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>
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice