1) copy main index template from
<div id=container>
to
<div class=content>
2) in individual archive template paste (what you just copied above), replacing from
<div id=container>
to
<div class=content>
3) cut
<br style="clear: both;" />
from beneath/end of "FORGET INFO" code and paste
<br style="clear: both;" />
under/at end of (FINISH THIS THOUGHT! brain fart... sorry!)
That is all fine and dandy as long as you have comments open. If comments are closed you need to clear the floats or your 3 columns will be differing lengths. Not a pretty sight! So...
4) paste this code:
<MTElse>
<br style="clear: both;" />
</MTElse>
just above these closing tags near bottom of page (using tags for 3.1x or earlier):
</MTEntryIfCommentsOpen>
</MTEntryIfAllowComments>
or if you're using 3.2 tags clear goes BETWEEN these tags like this:
</MTIfCommentsActive>
<MTElse>
<br style="clear: both;" />
</MTElse>
</MTIfCommentsAccepted>
This is what worked for me. Hope it works for you.
