Guest User

Untitled

a guest
Aug 10th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Aligning result to the right
  2. <table>
  3. <tr>
  4. <td align="right">
  5. <div style="float:right;"><?php echo pagination($total, $limit, $page); ?></div>
  6. </td>
  7. </tr>
  8. </table>
Advertisement
Add Comment
Please, Sign In to add comment