Problem formatting lists with images!

Discussion in 'CSS' started by nickharper, May 29, 2008.

  1. #1
    I am trying to display the latest entries to my site but I seem to have a problem.

    If you take a look at My Dev Site you will see that there is an issue with the alignment of the images on the right?

    Can anybody help? The list looks fine, so does the CSS I just cannot see why it goes funny?

    Thanks
     
    nickharper, May 29, 2008 IP
  2. kmofo

    kmofo Active Member

    Messages:
    442
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    85
    #2
    Can't see any obvious issue, but it was just a glance...

    I would fix it like this:

    #contentright img {
    border: 1px solid #575757;
    margin:3px;
    float:left;

    }

    The lines in bold is what i've added.

    Hope it helps!
     
    kmofo, May 29, 2008 IP
    nickharper likes this.
  3. nickharper

    nickharper Active Member

    Messages:
    732
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    75
    #3
    I think I love you :)
     
    nickharper, May 29, 2008 IP
  4. qube99

    qube99 Peon

    Messages:
    75
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    But I want to know for sure
     
    qube99, May 29, 2008 IP