Hi as i say i think its fairly simple, but my limit is html im not really a css person. anyway www.fitnessblast.info i want a box atthe bottom like the green and grey 1 but i want it to be much thinner and as wide as both of the boxes together. baiscally a place i ca just put copyright info does anyone know what code i need to add? Cheers
Hiya Tony, This is what you need to add to the page: <div id="footer"><p>your copyright info</p></div> Code (markup): To the stylesheet: #footer {clear:both; color:#fff; width:560px; padding: 10px 20px;} Code (markup):