Forum Moderators: not2easy

Message Too Old, No Replies

display types

         

piratefishfingers

7:50 pm on Sep 27, 2009 (gmt 0)

10+ Year Member



I'm writing a php paging page and i want footer with a left aligned link to go to the previous page, a centered block for page numbers and a right aligned block for the next page link.
if i use inline elements i cannot align them within the page if i use block elements then they line break and take up 3 lines.
what is your proposed solution i have searched but found nothing.
help me hit squad

D_Blackwell

8:02 pm on Sep 27, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Perhaps inline-block for the three containers, or absolutely position each within the footer container, or float the left and right and let the center rise between. That is just three options.

piratefishfingers

8:11 pm on Sep 27, 2009 (gmt 0)

10+ Year Member



inline-block!
i forgot lol
thankssssssssssssssssssssssssssssssssssssssss