Results 1 to 7 of 7

Thread: Footer Issue

  1. #1
    Join Date
    Feb 2009
    Posts
    50
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default Footer Issue

    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.

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    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/s...t=49437&page=2

    In your previous thread I thought it was the opposite problem. Moving the footer up one div should fix it.

  3. #3
    Join Date
    Oct 2008
    Location
    kolkata, india
    Posts
    75
    Thanks
    2
    Thanked 10 Times in 10 Posts

    Default

    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.

  4. #4
    Join Date
    Aug 2009
    Posts
    92
    Thanks
    0
    Thanked 9 Times in 9 Posts

    Default

    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">&copy; 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>

  5. #5
    Join Date
    Feb 2009
    Posts
    50
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by bluewalrus View Post
    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/s...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?

  6. #6
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Is javascript writing part of the page? Can you post your raw php?

  7. #7
    Join Date
    Aug 2009
    Posts
    92
    Thanks
    0
    Thanked 9 Times in 9 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •