problems with positioning url page which is aligned to the left and with placing foot
I am trying to program my first site and decided to use a 1000px grid system.
The problems that I am having are:
1. The page in larger sized screens is positioned to the left of the screen with a large space to the right. I want to put the url in the centre of larger screens. I have tried "align: center". It didn't work.
2. The menu for the foot of the page appears near the top of the text box and some of it is behind it.
Can you tell me how to align the page and how to display the menu at the foot of the page?
You can see the page here you can see the coding by clicking on source but I have put the division coding below.
The code for the page set up is this;
in the css section:
body {background-color:#c0c0c0;}
the code in the html section; I have removed the text to make it easier to read the code (i hope)
Bookmarks