Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
You use a display:block in your class, thus you specify that the link should take the whole line and the next element be placed under it.
Remove the display:block to have the 2 links lined together.
For the centering, use "margin:0 auto" on the container of the links, and it should do the trick.
I said, it should... I always had a lot of problem with the margin: auto to make it center. Never took the time to look why.
I did not tested it, and I'm not a css pro.
__________________
Only a biker knows why a dog sticks his head out the window.
|