Very small annoying problem - please help!

Discussion in 'HTML & Website Design' started by Squirrel_monkey, May 10, 2008.

  1. #1
    On my site I have a shop style page that shows different items. Each one is an image aligned on the left with a brief description next to it.
    I then want to draw a line underneath it and write the next one. The obvious way to do this is with <hr>.
    However, in cases where the image is larger than the text, the line goes next to the picture instead of beneath it. Obviously I could use <br> to make a gap bigger than the text, but these are different depending on screen resolution! So I'd have to make the gap massive to account for high res and that would look odd on low res...

    Any ideas of how I can achieve this? Thanks!
     
    Squirrel_monkey, May 10, 2008 IP
  2. zuccs

    zuccs Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Tables? Put the <hr> in a new row under the images?
     
    zuccs, May 11, 2008 IP
  3. Squirrel_monkey

    Squirrel_monkey Active Member

    Messages:
    110
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #3
    Lol um yes, thanks. That'll do it...

    Sometimes I despair at myself...
     
    Squirrel_monkey, May 11, 2008 IP