Every time I work on a new project I do not have any problems to center the text using "text-align: center" to center the text, but I have never seen a similar code to center images so I always have hack the code by either centering the images in the HTML (not the cleanest option) or by giving the image a variable width (which does not work on multiple resolutions). Is there any way to accomplish this that I have not tried? And, does any one know if something like this will be implemented in CSS3?
Tell me more
×
User Experience Stack Exchange is a question and answer site for
user experience researchers and experts. It's 100% free, no registration required.
closed as off topic by Joel Spolsky♦ Sep 18 '10 at 3:27
Questions on User Experience Stack Exchange are expected to relate to user experience within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Set the containing elements style to
set your image style to
|
|||
|
|
|
Sruly's answer hits the nail on the head.
the only thing I would consider adding is
|
|||
|
|
<center><img src="example.png"/></center>– MichealH Aug 9 '10 at 20:33