Hi everyone, I'm looking for a solution to get the footer of my website the same as the header. this is the link: http://tinyurl.com/yj8b22v Thanks! Clarence
Its almost similar, i didn't understand what you are looking for, do you want to place the logo and banner on the footer also, or you want to change the footer links like top menu bar?
In the current markp up, footer is inside a wrapper div (#wrap) and which is 982px so anything inside will have maximum width of 982px. You need to take out the markup realated to footer out of the wrapper div (#wrap). your mark should look something like this, <div id="wrap"> content mark up here ..... topbar header content left column right column </div> <div id="footer"> <div id="sitemap"></div> </div> Code (markup): and you have to set the width of footer to 100% in css.