ive got one 4 links. i want them all in the same row. two of them in the center, and the other two in the right. ive wrapped them two and two, but i cant get it to work.
my css looks like this:
#links_center {
}
#links_right {
float: right;
}
but it doesnt work. the right links are under the first two links. could someone help me here.
Here’s one way to do it, with the assumption that your links are in a fixed width container. Keep in mind that this isn’t the only way, just a quick solution that may work for you: