5uper Mario |
|
---|---|
yo
I am currently in the process of converting a template to Cotonti A problem has arisen: The footer will not show. I tried, it won't show, yet to my eye, everything seems fine to me. The comments are in and its named right. See it here: Here login with: Name: Demo Pass: Demo Sorry, theres an error when I make it the default skin? Anyway heres my file:
<!-- BEGIN: FOOTER -->
<div id="footer-wrap">
<div id="footer-columns">
<div class="col3">
<h2>Tincidunt</h2>
<ul>
<li><a href="index.html">consequat molestie</a></li>
<li><a href="index.html">sem justo</a></li>
<li><a href="index.html">semper</a></li>
<li><a href="index.html">magna sed purus</a></li>
<li><a href="index.html">tincidunt</a></li>
</ul>
</div>
<div class="col3-center">
<h2>Sed purus</h2>
<ul>
<li><a href="index.html">consequat molestie</a></li>
<li><a href="index.html">sem justo</a></li>
<li><a href="index.html">semper</a></li>
<li><a href="index.html">magna sed purus</a></li>
<li><a href="index.html">tincidunt</a></li>
</ul>
</div>
<div class="col3">
<h2>Praesent</h2>
<ul>
<li><a href="index.html">consequat molestie</a></li>
<li><a href="index.html">sem justo</a></li>
<li><a href="index.html">semper</a></li>
<li><a href="index.html">magna sed purus</a></li>
<li><a href="index.html">tincidunt</a></li>
</ul>
</div>
</div>
<div id="footer-bottom">
<p>
© 2006 <strong>Your Company</strong> |
Design by: <a href="http://www.styleshout.com/">styleshout</a> |
Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
<a href="index.html">Home</a> |
<a href="index.html">Sitemap</a> |
<a href="index.html">RSS Feed</a>
</p>
</div>
</div>
</body></html>
<-- END: FOOTER -->
hmm, whats the problem here? |
DemptD |
|
---|---|
I'm no expert but it might be that the END tag is wrong:
<-- END: FOOTER --> Should be: <!-- END: FOOTER --> |
5uper Mario |
|
---|---|
# DemptD : I'm no expert but it might be that the END tag is wrong: whoa thats something I would have never saw such a small error Thanks m8 Fixed it right up |
DemptD |
|
---|---|
glad i could help
|