Quote:
|
Thank you for the quick and efficient response! I also appreciate your naming suggestions :]! I have a question though...say I changed the name of 'content' to 'wrapper' and make a new div for the content called 'content'. Would I have 'text-align: center;' in 'content' or 'wrapper'?
|
you would have text-align: center in the wrapper
when you use margin: 0 auto; this centers it in all browsers except ie6
using text-align: center; centers it in ie6.