You are here:   Articles > CSS - cascading style sheets
  |  Login

Programming Articles

Minimize
05

You can try to use this CSS code to center an image.

img.center
{
    display:block;
    margin:0 auto;
    position:relative;
}

Use in your html like this.

<img class="center" ...

Post Rating

Comments

There are currently no comments, be the first to post one.

Post Comment

Only registered users may post comments.

Programmer Newsletter

Minimize

Subscribe to the Internet Handholding newsletter



Reccomend Programmer.bz

Minimize

Share/Bookmark Bookmark and Share