Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » Archives
  3. » Missing Footer

#1 2006-01-23 12:12:01

sekhu
Member
Registered: 2005-05-12
Posts: 428
Website

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?

The footer

Last edited by sekhu (2006-01-23 12:12:38)

Offline

#2 2006-01-23 15:01:45

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,120
Website GitHub Mastodon Twitter

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

#3 2006-01-23 15:25:43

sekhu
Member
Registered: 2005-05-12
Posts: 428
Website

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

#5 2006-01-24 07:23:36

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,120
Website GitHub Mastodon Twitter

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

#6 2006-01-24 09:42:31

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

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

  1. Index
  2. » Archives
  3. » Missing Footer

Board footer

Powered by FluxBB