Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Footer Issue

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

    Default Footer Issue

    I'm trying to make it so that my footer goes all the way across the bottom of the page and so far I've kind of succeeded. The only problem is, it does not go across the page all the way on my index (main blog + blog). It stretches all the way across on all the other pages though and I'm not sure why.

    Here is the index page: http://vivid-avenue.net

    Here is an example of one of my other pages in which it does stretch all the way across: http://vivid-avenue.net/hosting/

    I'm not really sure why it's doing this :/

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

    Default

    You got it in the wrong container there. Move it out of div container and it works, or copy this.

    Code:
    		<div class="alignright"></div>
    	</div>
    </div>
    </div></div></div></div><div id="footer">© Copyright - Kendra at <a href="http://vivid-avenue.net">Vivid-Avenue.net</a>.<br>
    Layout credits: <a href="http://www.gvd-paperplanes.com/">1</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></div>

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

    Default

    That seems to work but now I have 10 errors in my validation? Did I do something wrong?

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

    Default

    you pasted in the wrong spot

    see:

    Code:
    	<div class="alignright"></div>
    	</div>
    
    </div>
    <div class="alignright"></div>
    	</div>

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

    Default

    I'm sorry, I'm a bit confused. Where should I be pasting it?

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

    Default

    I didn't study your code before were there multiple div's align right at the bottom there or just one? Or can you go back to it in the conatiner div and I'll post full code change. I think it's just a div ordering problem.

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

    Default

    I don't remember there being any actually but I'm not sure

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

    Default

    There was one, i think you might have pasted it in the second one my mistake with an extra div closing tag.

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

    Default

    Ahh I see. I'm still really confused haha

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

    Default

    Okay, it is back to the way it was at the beginning I believe.

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
  •