| hwg-techniques archives | Jun 2003 | new search | results | previous | next |
Vertical Spacing on block elementsby Brian V Bonini <b-bonini(at)cox.net> |
|
Maybe I'm having a brain fart and this is obvious but...
How do you control the vertical spacing of block elements.
e.g.
#lines {
display: block;
}
<.div id="lines">
<.img src="xxx" />
<.img src="xxx" />
<.img src="xxx" />
<./div>
displays this:
_________________________________
_________________________________
_________________________________
but I want:
________________________________
________________________________
________________________________
line-height does not appear to work on block level elements.
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA