Jump to content

ayeedawg

Members
  • Posts

    2
  • Joined

  • Last visited

ayeedawg's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. That sounds like it should work, but if I make an id then the last link goes to the next line, and the inline styling didn't seem to do anything... Let me try to explain more clearly. I have a line of links that looks like this:but as you can see, it's off center by 15px because each link has a right-margin. This is what I have (removed the urls): #navigation a {margin-right: 15px;} <div id="navigation"><a href="/">▵</a> <a href="">⌘</a> <a href="">?</a> <a href="">❥</a> <a href="">✿</a> <a href="" style="margin-right: 0px;">©</a></div>
  2. I have a set of links that are in one line next to each other that I spaced out using margin-right: 10px; but because of this, the line of links is off center. How can I make it perfectly centered?
×
×
  • Create New...