How do I make my sidebox headers all the same height and how do I make all the sidebox text the same size?
In my stylesheet I have
.leftBoxHeading, .centerBoxHeading {
margin: 0em;
background-color: #ecd8d9;
background-image: url(../images/stitched2.jpg);
padding: 0.5em 0.2em;
}
and right is the exact same
.rightBoxHeading {
margin: 0em;
background-color: #ecd8d9;
background-image: url(../images/stitched2.jpg);
padding: 0.5em 0.2em;
}
but they don't match...some are shorter than the others and also the text is smaller in those shorter ones.
Thanks for the help!



