Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Missing Footer
here my footer is missing and I’m not certain why that is. Image is uploaded, the css is there but the image does not display?
Last edited by sekhu (2006-01-23 12:12:38)
Offline
Re: Missing Footer
It is unorthodox but try moving the footer one div up. ie replace
<code><div id=“recent”>
<ul class=“recent_articles”><li><a href=“http://www.sekhu.net/dev2/article/7/seven”>Seven</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/4/four”>Four</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/5/five”>Five</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/6/six”>six</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/2/two”>Two</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/3/three”>Three</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/1/first-post”>First Post</a></li></ul>
</div>
<!— end bottom —>
<div id=“footer”></div></code>
<p> with</p>
<code><div id=“recent”>
<ul class=“recent_articles”><li><a href=“http://www.sekhu.net/dev2/article/7/seven”>Seven</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/4/four”>Four</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/5/five”>Five</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/6/six”>six</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/2/two”>Two</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/3/three”>Three</a></li>
<li><a href=“http://www.sekhu.net/dev2/article/1/first-post”>First Post</a></li></ul>
<div id=“footer”></div>
</div>
<!— end bottom —></code>
Last edited by colak (2006-01-23 15:03:10)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Missing Footer
well tried it and it didn’t work also tried moving it out of the wrapper but without luck – i am totally stumped as to why it isn’t showing
Offline
#4 2006-01-23 21:24:36
- NyteOwl
- Member
- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: Missing Footer
Footer is showing here.
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
Re: Missing Footer
i guess visibility or not depends on the browser. My suggestion above makes te footer visible on ff1.5/mac
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Missing Footer
I think he’s fixed it. It’s displaying properly in FF1.5 and Win IE6 for me.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Pages: 1