• Hey,

    I was hoping someone might be able to help me out? is there a way to remove the space between the page links, take a look at my site http://www.gamersireland.ie at the top you have Home News Reviews etc. I have icons created to replace these, i have them ready. problem is when i add them it leaves a space between each one, i dont want this. i was hoping someone might be able to point me in the right direction? how do i get rid of the space between these links?

    Thanks
    Keith

Viewing 2 replies - 1 through 2 (of 2 total)
  • style.css:

    #headLinks ul li {
    list-style:none;
    display:inline;
    margin:0 0 0 15px;
    }

    the 15px is the space.

    Thread Starter keithgeo

    (@keithgeo)

    Thanks a mill, i was just going through style.css when i seen your reply. Appreciate that, thanks mate.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Space Between Page links’ is closed to new replies.