Another simple way to center and set width of your osC site
paulm2003 <[email protected]> 28 Aug 2003 12:46:23 -0000
| Newsgroups | gmane.comp.web.oscommerce.tips |
|---|---|
| Message-ID | <07a4f8deab3b23fdc7ae434c90a56bad@osCommerce-Forums> |
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=220899#220899
----------------------------------------------------------------
Needs installed: BTS v1 (basic template system) + "patch a", I don't know if it can be done easy without it.
Then edit catalog/templates/main_page.tpl.php
[quote]change:
[b]<body >[/b]
to:
[b]<body >
<div id="siteBorder">[/b]
and change (at the end of the file offc.):
[b]</body>[/b]
to:
[b]</div>
</body>[/b][/quote]
and edit catalog/stylesheet.css :
[quote]add (where ever you like):
/* added styles PM*/
[b]body {text-align: center;}
div.siteBorder {margin: 10px auto; width: 790px;}[/b]
/* end new added styles PM*/[/quote]
You can skip the /* comment */ ofcourse
Both "text-align: center" and "margin: auto" are essential to center both in IE and Mozilla/Netscape!
working example at: http://www.televisiedokter.nl/catalog/
usefull to someone? I really hope so!