HI everyone, am very new to this forum, new to SSI and CSS and have done extensive googling to try and find a solution to my problem.
OK, i am in the middle of designing a website, and i want to center the website.
In brief, the way i have designed it just now is using SSI's, that is, i have flash files - a top nav, left nav, right nav, body text, footer, and have inserted each file into its own .htm document and positioned each one within within their respective .htm file (probably not the best way to do it i know).
I then use SSI to include each .htm file in an .shtml file for each web page. So for example, my index.shtml page looks like this something like this:
<body>
<!--#include virtual="SSI/index/topnav_movie.htm"-->
<!--#include virtual="SSI/common/left_nav.htm"-->
<!--#include virtual="SSI/common/latest_prod.htm"-->
<!--#include virtual="SSI/index/indexhome_body.htm"-->
<!--#include virtual="SSI/common/footer.htm"-->
</body>
</html>
what i need to do either by CSS ,or other, is center my website (if possible) so that if i manually resize the browser window, the website adjusts accordingly, but cant seem to do it.
can anyone help? thanks!
OK, i am in the middle of designing a website, and i want to center the website.
In brief, the way i have designed it just now is using SSI's, that is, i have flash files - a top nav, left nav, right nav, body text, footer, and have inserted each file into its own .htm document and positioned each one within within their respective .htm file (probably not the best way to do it i know).
I then use SSI to include each .htm file in an .shtml file for each web page. So for example, my index.shtml page looks like this something like this:
<body>
<!--#include virtual="SSI/index/topnav_movie.htm"-->
<!--#include virtual="SSI/common/left_nav.htm"-->
<!--#include virtual="SSI/common/latest_prod.htm"-->
<!--#include virtual="SSI/index/indexhome_body.htm"-->
<!--#include virtual="SSI/common/footer.htm"-->
</body>
</html>
what i need to do either by CSS ,or other, is center my website (if possible) so that if i manually resize the browser window, the website adjusts accordingly, but cant seem to do it.
can anyone help? thanks!