August 18, 2006
Congratulations C.J. and Kristy

Text text text text text text text text text text text text text text text text text text text text text text text
Text text text text text text text text text text text text text text text text text text text text text text text text text text
Text text text text text text text text text text text text text text text text text text text text text text text text text text text text
Text text text text text text text text text text text text text text text text text text text text text text text
Text text text text text text text text text text text text text text text text text text text text text text text text text text
Text text text text text text text text text text text text text text text text text text text text text text text text text text text text
Without the line-feeds, the block would wrap around on itself. Using line-feeds is a poor solution, since any new text will change how many line-feeds are needed. The solution is putting text in <div>
tags using the style property "clear: both". This segregates each <div>
. After each <div>
<div>
tag alone, but add a padding to the top for each <div>
thereafter. The last two CSS classes displayed on the left show the followed-by class. "InfoBlock" is the name of a class specifically for <div>
tags. The last class states that any div.InfoBlock followed by an other div.InfoBlock also gets the additional rule of padding along the top.