# Image padding help

**URL:** https://forum.kirupa.com/t/image-padding-help/151175
**Category:** Uncategorized
**Created:** [June 13, 2005, 9:46pm UTC](https://forum.kirupa.com/t/image-padding-help/151175 "2005-06-13T21:46:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bwh2](https://avatars.discourse-cdn.com/v4/letter/b/8c91f0/32.png) [@bwh2](https://forum.kirupa.com/u/bwh2)
#### Post date: [June 13, 2005, 9:46pm UTC](https://forum.kirupa.com/t/image-padding-help/151175/1 "2005-06-13T21:46:01Z")

</div>

i want the page to look how it does in firefox. i’m actually copying the code from a site of mine on which it works also in IE, but for whatever reason it’s not working here. any ideas?

```auto
<style>
<!--
img {
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 5px;
	background-color: white;
}
-->
</style>

<img src="pattern.gif" />

```
