horiz line placement

J

jo

I'm having trouble using horizontal lines <hr> to break up sections on the
page.

The page consists of a series of left-aligned photos with text alongside. I
want to use horizonal lines in between each photo/text section.

However, if there is only a small amount of text, it doesn't extend as far
down as the bottom of the photo. So, when I insert a horizontal line, is
wraps round the photo rather than going underneath it.

How can I stop this happening? I don't want to put in multiple <br> breaks.
I've tried various <div> approaches, but without success.

TIA.
 
K

Kevin Spencer

Try using tables for your formatting.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Top