Quote:
Originally Posted by pdurrant
I'd add a few things to div.illustration, as I need to sometimes clear a drop-cap image, and I default to a text indent:
div.illustration {
text-indent: 0;
text-align: center;
clear: both;
}
|
Do you have indents for normal div's? I have them for p's only. You may want to add margins too.