# Using tables...image flows over the edges in IE6 only and not firefox?

**URL:** https://forum.kirupa.com/t/using-tables-image-flows-over-the-edges-in-ie6-only-and-not-firefox/213740
**Category:** Uncategorized
**Created:** [January 22, 2007, 10:26pm UTC](https://forum.kirupa.com/t/using-tables-image-flows-over-the-edges-in-ie6-only-and-not-firefox/213740 "2007-01-22T22:26:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Flash\_Man1](https://avatars.discourse-cdn.com/v4/letter/f/8797f3/32.png) [@Flash\_Man1](https://forum.kirupa.com/u/Flash_Man1)
#### Post date: [January 22, 2007, 10:26pm UTC](https://forum.kirupa.com/t/using-tables-image-flows-over-the-edges-in-ie6-only-and-not-firefox/213740/1 "2007-01-22T22:26:12Z")

</div>

Hey all,

i’m using tables to make a webpage and my background image in one of the cells is flowing over the edges in IE6 only.

when i test it in firefox it works perfectly any ideas on how to fix it in IE6??

here is the code for that cell:

```auto
<td rowspan="3" valign="top" background = "images/something.jpg"><p><span class="style10"><span class="style14">&nbsp;<span class="style39">something</span></span> <span class="style33"><span class="style21">something<br />
&nbsp;&nbsp;something <br />
&nbsp;&nbsp;something<br />
&nbsp;&nbsp;something</span><br />
&nbsp;<br />
        &nbsp;&nbsp;<span class="style21">something<br />
        </span></span></span><span class="style10"><span class="style33"><span class="style21">&nbsp;&nbsp;something<br />
        &nbsp;&nbsp;something &nbsp;&nbsp;something <br />
        &nbsp;&nbsp;something.</span><span class="style36"><br />
&nbsp;&nbsp;<span class="style42">&nbsp;</span><span class="style42">&nbsp;</span><br />
&nbsp;&nbsp;&nbsp;something <br />
&nbsp;&nbsp; something <a href="http://www.something.com/somewhere" target="_blank">something</a> </span></span></span></p> </td>

```
