Quote Originally Posted by RobertG View Post
I just did a text-align:center on my greeting message found on the centerColumn. I got the effect I wanted but now ALL my item pages information have also been centered.
see http://30408.vws.magma.ca/TTEZENCART

Clicking on any item name will bring up that items page.

Now I don't mind the look except for the images, I would prefer that they were centered as well.

Does anyone know what and where I can get to do that effect, if not how or where do I put the align text centered command so that the pages only will return to their original form which was primarily left side aligned.
Where did you make the change? in the stylesheet?

remove whatever it was you did and add the following to your stylesheet which will only center the section that you want:

.greeting {
text-align: center;
}