Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS need fresh eyes on this code

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25582
    LinCSS25
    Participant

    I have having a heck of a time getting my divs to wrap around each other like I want and wondered of someone could look at the code to see what I am missing. This happened to me on another website I build with wordpress. Its hard to see if you have the right amount of end </divs> when your code is broke up into all those separate php. files. grrr!!!

    anyway the site I am working on is at http://www.linkcreativedesign.com

    What I want is for the 2 sidebars to be inside of my content div.. and for the wrapper to wrap around the footer div. right now the footer is outside the wrapper.. and the 2 sidebar divs are outside the content and I cannot for the life of me figure out what I am doing wrong..

    Thanks so much!

    #61362
    TheDoc
    Member

    As far as I can tell, the footer IS inside the wrapper.

    And both sidebars are in the content area. I’m afraid I don’t know what you’re problem is.

    I can see many different problems on the page itself, but none of it has to do with what you described. Perhaps you can try explaining again?

    #61383
    Rob MacKay
    Participant

    hey – good too see you again! 100 posts! Congrats :)

    #61390

    Hie

    To get the footer out of the content area you could try

    #footer{clear:both}

    It normally works for me.

    I hope this helps

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.