RE: Fixing page width

paulm2003 <[email protected]> 28 Aug 2003 12:55:27 -0000
Newsgroups gmane.comp.web.oscommerce.tips
Message-ID <c4f6b05c34485c2b625fb7897f16c2e3@osCommerce-Forums>
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=220902#220902
----------------------------------------------------------------

Sorry, I made an important mistake! :oops: 
(is there a way to edit posts? please tell me)

[quote]div[b].[/b]siteBorder {margin: 10px auto; width: 790px;}[/quote]

should be
[quote]div[b]#[/b]siteBorder {margin: 10px auto; width: 790px;}[/quote]

so the "." (refers to class) should be an "#" (refers to id)