January 22, 200917 yr Hey guys I'm new here so sorry if this topic already egzists. My question is: how do I. Define site size?tnx
January 22, 200917 yr Hi there, It depends on how your are creating your page - do you have anything inplace already? If so let us see it and we should be able to help more. Here are some tutorials for you though, if you are using CSS and DIVS http://www.maxdesign.com.au/presentation/page_layouts/ Cheers,
January 22, 200917 yr you should define the site width first...the height is not so important because there can be elements that will expand and not look good.. now here are some tips for a centered layout in any browser. this goes in your css style body{ padding:0; margin:0; } #main{ width:934px; margin:0 auto; } change that width with the one you want in your html under body add <div id="main"> and close it before the </body> tag
Create an account or sign in to comment