Foren / Cotonti / Skins / Footer will not show

5uper Mario
#1 31. August 2009, 13:21
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>
			&copy; 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>

   		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

			<a href="index.html">Home</a>&nbsp;|&nbsp;
   		<a href="index.html">Sitemap</a>&nbsp;|&nbsp;
	   	<a href="index.html">RSS Feed</a>
	  		</p>
		</div>


</div>
</body></html>

<-- END: FOOTER -->

hmm, whats the problem here?
DemptD
#2 31. August 2009, 13:50
I'm no expert but it might be that the END tag is wrong:

<-- END: FOOTER -->

Should be:

<!-- END: FOOTER -->
5uper Mario
#3 31. August 2009, 13:53
# DemptD : I'm no expert but it might be that the END tag is wrong:

<-- END: FOOTER -->

Should be:

<!-- END: FOOTER -->

whoa
thats something I would have never saw
such a small error

Thanks m8
Fixed it right up
:)
DemptD
#4 31. August 2009, 13:55
glad i could help :)