i am still trying to sort out this issue. i feel retarded that i cant figure this footer deal out already...
i made a footer module that looks like this:
CODE
<div class="powered">
Powered by<br /><a href="http://www.movabletype.org">Movable Type <$MTVersion$></a><br />
All written content on this site © Jessica Martin 2004. No reproduction without permission.
<br />
</div>
my style for the footer looks like this:
CODE
#footer {
position:absolute; bottom: 35px; left: 350px;
background:#cccc99;
text-align:center;
}
the on my main template page the code referencing the footer looks like this:
CODE
<div class="sidetitle">
Recent Entries
</div>
<div class="side">
<MTEntries lastn="10">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
</div>
</div>
<div class="footer"><$MTInclude module="footer"$></div>
<br clear="all" />
</body>
</html>
presently, it's all sorts of screwy on my blog, appearing quite randomly:
http://www.jessicamartin.org:16080/blog/thanks for any help you can offer!!!