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!