To distinguish block pictures, I used to make lines using photoshop. It gets tedious after a little while when you have to rearrange the order. I thought the solution was to put hr lines between images, but it mages space between them though the only space should be the rule.
HTML Code:
.bl_line hr{border:thin; color:#666666; width:166px;padding-bottom:0; padding-top:0;margin:0;}
------------------------------------
<div class = "bl_line">
image
hr
image
hr
</div
Thank you
|