linx6703 Posted January 30, 2009 Share Posted January 30, 2009 Hello, Guys! I've faced one problem.I need badly to gime my shop the centre posotion, but all my tries failed.It's because of my header.I want to adjust it's width with the width of the tables, because with different resolutions pictures and icons can look bad.Can anyone give me advice, tips on how can I solve these question? Wait for your help! Link to comment Share on other sites More sharing options...
FIMBLE Posted January 30, 2009 Share Posted January 30, 2009 Follow this add to your atylesheet.css body, html { background: #000000; color: #ffffff; margin: 0px; padding:0px; text-align: center; } #centrepage{ width: 850px; margin: 10px auto 10px auto; background: #ffffff; text-align: left; } ==================================== file = catalog\include\header.php line = 55, insert new line <div id= "centrepage" > ==================================== file = catalog\include\footer.php last line in file add </div> Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
linx6703 Posted January 31, 2009 Author Share Posted January 31, 2009 Dear, Sir Thanks for your help. You've solved my headache problem! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.