March 3, 201016 yr The positioning of my web page has left aligned for some reason, I thought it is something to do with the wrapper in my CSS but I cannot fix - I am new to this so porbably something very simple! Could someone please help with this as i have been trying to fix for over an hour now I have attached my index and css - how it should look is here www.artandescape.com It is also happening on the new index page I am trying to create, which I have also attached - I presume the same issue is with the CSS I hope someone can help! index.html style.css index2.html
March 3, 201016 yr In index.html edit <table width="800" border="0" style="margin-top:0;padding-top:0; "> to <table width="800" border="0" style="margin:0 auto;padding-top:0; ">
March 3, 201016 yr All you need to do is open the HTML, find #wrapper div, and move it outside of the h1. Once you have that, open your CSS, search for #wrapper and add this: width: 800px; margin: 0px auto;
March 3, 201016 yr Author wow that easy - thanks so much, I really need to grasp a better understanding of building websites, its all a bit haphazard as Im sure you can see!
Create an account or sign in to comment