View Full Version : Footer Issue
sparklingsky
11-02-2009, 07:23 PM
Hi. I'm having an issue with my footer. On my main page (my index) it is the way I want it to be. On every other page on my site, it is wrong. It stretches all the way across the bottom of the page which is not what I want it to do. I'm not sure how to fix it because if I remove a </div> then it changes what it looks like on the index page.
http://vivid-avenue.net
You can click on any other page to see the way I don't want the footer to be.
bluewalrus
11-03-2009, 04:16 AM
Try and keep posts with the same problem in the same thread so people can see what has been tried already.
http://www.dynamicdrive.com/forums/showthread.php?t=49437&page=2
In your previous thread I thought it was the opposite problem. Moving the footer up one div should fix it.
monicasaha
11-03-2009, 06:22 AM
html pages are not w3.org validate. http://vivid-avenue.net/owner/ has 9 errors.Firstly try to validate the pages. This will automatically solve ur issues.
stringcugu
11-04-2009, 04:04 AM
try this
i maved one </div> before footer ---and the last</div> before </body>i took out
<div class="alignright"></div>
</div>
</div>
</div></div></div></div>
<div id="footer"><div id="fwrapper"><div class="one">
<h4>Link Me</h4>
<p class="center"><img src="http://i44.tinypic.com/315epg1.png" alt="Link Button" />
<br />
<a href="http://vivid-avenue.net/site/link-me/">More butons?</a></p>
</div>
<div class="one">
<h3>Search</h3>
<form method="get" id="searchform"
action="http://vivid-avenue.net/">
<label class="hidden"
for="s"></label>
<div>
<input type="text" value=""
name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form></div>
<div class="one">
<h5>Other:</h5>
<p class="center">© Copyright - Kendra at <a href="http://vivid-avenue.net">Vivid-Avenue.net</a>.<br />
<a href="http://vivid-avenue.net/site/credit/">Layout Credits</a><br /><a href="http://validator.w3.org/check?uri=referer">Valid XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a></p>
</div><br/><br/>
</div></body></html>
sparklingsky
11-04-2009, 02:49 PM
Try and keep posts with the same problem in the same thread so people can see what has been tried already.
http://www.dynamicdrive.com/forums/showthread.php?t=49437&page=2
In your previous thread I thought it was the opposite problem. Moving the footer up one div should fix it.
What do you mean by that? Moving it up div?
bluewalrus
11-05-2009, 02:58 AM
Is javascript writing part of the page? Can you post your raw php?
stringcugu
11-05-2009, 11:13 AM
is the blog page the fault
well
copy from
<div class="alignright"></div>down what i Yesterday, 04:04 AM
count the </div> yours have 6
should have 7 before footer
and before the </body> you have 3
it should have 2
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.