[EMAIL PROTECTED] wrote: > Hi and happy christmas all! > > I have a <DIV> element that contains another two vertical <DIV> > elements that each contain some text, but I want to have some blank > space inbetween these <DIV>'s but am wondering what the norm is when > wanting to create vertical blank space between <DIV>'s as I don't > really want to populate my document with <BR /> tags.
Use margins or padding to create blank space below on the inner div's. Remember, if you floated one or more, to use a clearing div below. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
