After scouring the net i’ve not yet been able to find a solution to my problem if anyone can help i would be most thankful.
I am building my first website to be launched online and i have run into a complete wall.
The problem is with my lack of understanding of how to position my images where I want them. I have a floated
with 12 images in and a containing
to control them since they were moving all over the layout in the browser. I have a 1
for my logo and one for my navigation bar which are side by side, underneath are my images (green stand-ins) that i want central in the browser but they keep moving to the right of the browser and of screen therefore anyone with a smaller screen will have to scroll horizontally to see them all.
what i’m trying to achieve is to have my green stand-in images fit on the average size browser window without scrolling ( so they’d be up against the left wall or better still lined up in the middle of the browser window).
what i’m trying to achieve is to have my green stand-in images fit on the average size browser window without scrolling ( so they’d be up against the left wall or better still lined up in the middle of the browser window).
Here is an image illustrating my dilemma:
http://imageshack.us/photo/my-images/846/helpcss.gif/
Here is where my html and css code is at:
CODE