kirkside Posted March 9, 2007 Posted March 9, 2007 Hi all, Here starts a whole load of questions that I have on how to customise my site. Rather than the page filling up the whole screen I want to reduce it to look roughly like a A4 page (just the width). In other words it would fit perfectly on a monitor running at 800x600 but central when running a higher resolution. I would also like a different colour on the left and right side of the page (not the columns). Here is an example of what I am after - http://www.maternityactivewear.com. Thanks in advance.
Guest Posted March 9, 2007 Posted March 9, 2007 You need to create a table at the top of the header.php file where the html starts and make it 778px wide and then add the closing tag to the footer of the page. ex: Header.php <table width="778px"><td> footer.php </td></table> Hi all, Here starts a whole load of questions that I have on how to customise my site. Rather than the page filling up the whole screen I want to reduce it to look roughly like a A4 page (just the width). In other words it would fit perfectly on a monitor running at 800x600 but central when running a higher resolution. I would also like a different colour on the left and right side of the page (not the columns). Here is an example of what I am after - http://www.maternityactivewear.com. Thanks in advance.
Guest Posted March 9, 2007 Posted March 9, 2007 You need to create a table at the top of the header.php file where the html starts and make it 778px wide and then add the closing tag to the footer of the page. ex: Header.php <table width="778px"><td> footer.php </td></table> also for centering page <center> or stylesheet align:center; or table align=center Lots of options
kirkside Posted March 9, 2007 Author Posted March 9, 2007 Before I even test this I want to say how impressed and grateful I am for you quick reply ctr17163. Thank you. Hopefully you will be able to help with the other posts I am about to write.
Guest Posted March 9, 2007 Posted March 9, 2007 I am here... Before I even test this I want to say how impressed and grateful I am for you quick reply ctr17163. Thank you. Hopefully you will be able to help with the other posts I am about to write.
kirkside Posted March 9, 2007 Author Posted March 9, 2007 You are a star. Still learning the PHP and OSCommerce stuff.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.