Click to See Complete Forum and Search --> : Please Review...need feedback...www.tyrefashions.com
gravy679
12-28-2005, 10:18 PM
Please review my website. This is my first website and need help on making improvements. Also, i created the website using layers. Does anyone know how to center the layers on all resolutions and browsers? Thanks...
http://www.tyrefashions.com
Huevoos
12-28-2005, 10:42 PM
You can wrap everything into one div which I usually call container, and apply this css rule
#container{
width: 800px;
margin: 0 auto;
}
That should center it I guess
ray326
12-28-2005, 11:58 PM
Your coding is way off. There seems to be too much css, a load of wasted ids because the css only addresses classes and nav links should generally be coded as lists because that's what they are, lists of links. Oh, and there's no doctype.