Hi,
Ignore what is written on LMT for now.
Just go where I've advised you to go:
> Templates > Indexes > Main Index
> Templates > Archives > %All Templates%
and add that:
CODE
<div id="nav">
<a href="http://www.yoursite.com/about.html">about</a> | <a href="http://www.yousite.com/archives.html">archives</a> | <a href="http://www.yoursite.com/contact">contact</a> | <a href="http://www.yoursite.com/index.xml">rss</a>
</div>
To then customize your look and feel edit your styles-site.css file
from:
CODE
/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.mdas-ca.info/mt-static/themes/base-weblog.css);
@import url(http://www.mdas-ca.info/mt-static/themes/theme-powell_street/theme-powell_street.css);
/* end StyleCatcher imports */
into:
CODE
/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.mdas-ca.info/mt-static/themes/base-weblog.css);
@import url(http://www.mdas-ca.info/mt-static/themes/theme-powell_street/theme-powell_street.css);
/* end StyleCatcher imports */
#nav { padding: 0 0 15px 15px; text-transform: uppercase; }
feel free to play with the CSS customization of the #nav until you are happy with the result
Enjoy blogging,
Mihai Bocsaru