Centering image without <center>

F

fantababy

How to center an image?

1. without using <center>

2. using valid w3c compliant xhtml / css

3. which works in both IE and firefox

Please share your knowledge. Thanx.
 
J

Jonathan N. Little

fantababy said:
How to center an image?

1. without using <center>

2. using valid w3c compliant xhtml / css

3. which works in both IE and firefox

Please share your knowledge. Thanx.

IMG { display: block; margin-left: auto; margin-right: auto; }
 
J

Jim Moe

fantababy said:
How to center an image?

1. without using <center>
2. using valid w3c compliant xhtml / css
3. which works in both IE and firefox
p { text-align: center; }
 
N

Neredbojias

How to center an image?

1. without using <center>

2. using valid w3c compliant xhtml / css

3. which works in both IE and firefox

Please share your knowledge. Thanx.

Where's the image, -in a div, table, paragraph, etc.? Is there more than
one image? Will text be associated with or affect the placement of the
image?

I don't often see just an image on a line with nothing else.
 
I

ironcorona

Jonathan said:
IMG { display: block; margin-left: auto; margin-right: auto; }

You could even just use
img {display:block; margin:0 auto;}

Which is just a shorter way of writing the above.
 
J

Jonathan N. Little

ironcorona said:
You could even just use
img {display:block; margin:0 auto;}

Which is just a shorter way of writing the above.

No, you have just set the top and bottom margins to 0. Mine leaves
whatever the default value was alone.
 
I

ironcorona

Jonathan said:
No, you have just set the top and bottom margins to 0. Mine leaves
whatever the default value was alone.

The default margin for an image IS 0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top