# Center Image with CSS

**URL:** https://forum.kirupa.com/t/center-image-with-css/137296
**Category:** Uncategorized
**Created:** [February 13, 2005, 4:32am UTC](https://forum.kirupa.com/t/center-image-with-css/137296 "2005-02-13T04:32:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![krilnon](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/krilnon/32/34_2.png) [@krilnon](https://forum.kirupa.com/u/krilnon)
#### Post date: [February 13, 2005, 4:32am UTC](https://forum.kirupa.com/t/center-image-with-css/137296/1 "2005-02-13T04:32:43Z")

</div>

You’d think I wouldn’t have to ask on this… but 😛

```auto

#image {
	text-align: center;
	margin: 0 auto;
}
body {

background-image: url(splash_onepixel.jpg);
background-repeat: repeat-x;
background-color: #5d96ff;
background-position: top;
margin: 0px;
padding: 0px;
text-align: center;
position: absolute;
margin: 0px;
padding: 0px;
text-align: center;
position: absolute;
color: #5d96ff;
font-size: 10px;
font-family: verdana, helvetica, sans-serif;
font-style: normal;
}

```

```auto

 
 [img]splash_image.jpg[/img]
 

```

That’s not working… so what did I do wrong?
