September 15, 201015 yr Simple I hope ... How do I get this website to be in the centre of the browser? http://www.narrevet.com/new/index.htm CSS file: http://www.narrevet.com/new/css/nwv.css Thanks for any help ...
September 16, 201015 yr Wrap everything in a div, give it an id of wrapper and use this css html: <div id="wrapper"> ... website content </div> css: #wrapper{ margin:0 auto; position:relative; width:960px; }
Create an account or sign in to comment